MCPcopy Create free account
hub / github.com/Singular/Singular / save

Method save

ppcc/src/parser.cc:191–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189 push_marked_until(pos);
190 }
191 State save() {
192 State result;
193 result.pos = pos;
194 result.marker = marker;
195 return result;
196 }
197 void restore(State state) {
198 pos = state.pos;
199 marker = state.marker;

Callers 2

newtonDivFunction · 0.45
TransformVarDeclFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected