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

Method restore

ppcc/src/parser.cc:197–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195 return result;
196 }
197 void restore(State state) {
198 pos = state.pos;
199 marker = state.marker;
200 }
201};
202
203bool IsLiteral(Parser *parser, Int start, Int end) {

Callers 2

newtonDivFunction · 0.80
TransformVarDeclFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected