MCPcopy 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

compileFunction · 0.80

Calls 2

saveStateFunction · 0.85
restoreStateFunction · 0.85

Tested by

no test coverage detected