mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 16:57:31 +01:00
12 lines
223 B
C++
12 lines
223 B
C++
#include "storage_function_store.h"
|
|
#include "storage_cartesian_function.h"
|
|
#include <assert.h>
|
|
|
|
namespace Shared {
|
|
|
|
uint32_t StorageFunctionStore::storeChecksum() {
|
|
return Ion::Storage::sharedStorage()->checksum();
|
|
}
|
|
|
|
}
|