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