mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/reg] Store::m_seriesChecksum is Snapshot::m_prevModelsVersions
Share these objects instead of duplicating them
This commit is contained in:
committed by
RubenNumworks
parent
53705fb333
commit
702772a7c9
@@ -352,7 +352,8 @@ uint32_t GraphController::modelVersion() {
|
||||
}
|
||||
|
||||
uint32_t GraphController::modelVersionAtIndex(size_t i) {
|
||||
return m_store->seriesChecksumAtIndex(i);
|
||||
assert(i < numberOfMemoizedVersions());
|
||||
return *(m_store->seriesChecksum() + i);
|
||||
}
|
||||
|
||||
uint32_t GraphController::rangeVersion() {
|
||||
|
||||
Reference in New Issue
Block a user