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