Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ saveState
Method
saveState
src/codegen/compiler.cpp:2255–2260 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2253
}
2254
2255
virtual State* saveState()
2256
{
2257
State* s = compiler::saveState(&c);
2258
restoreState(s);
2259
return s;
2260
}
2261
2262
virtual void restoreState(State* state)
2263
{
Callers
1
compile
Function · 0.80
Calls
2
saveState
Function · 0.85
restoreState
Function · 0.85
Tested by
no test coverage detected