mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-20 01:08:15 +01:00
[escher] [apps] Implement app snapshot
Change-Id: I24d7eed7cef964af8be1c85222e758c297dc0da1
This commit is contained in:
@@ -62,4 +62,10 @@ int FunctionStore::numberOfDefinedFunctions() {
|
||||
return result;
|
||||
}
|
||||
|
||||
void FunctionStore::tidy() {
|
||||
for (int i = 0; i < m_numberOfFunctions; i++) {
|
||||
functionAtIndex(i)->tidy();
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user