mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[shared] Clean class names containing storage
This commit is contained in:
11
apps/shared/function_store.cpp
Normal file
11
apps/shared/function_store.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "function_store.h"
|
||||
#include "cartesian_function.h"
|
||||
#include <assert.h>
|
||||
|
||||
namespace Shared {
|
||||
|
||||
uint32_t FunctionStore::storeChecksum() {
|
||||
return Ion::Storage::sharedStorage()->checksum();
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user