Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
203
bool IsLiteral(Parser *parser, Int start, Int end) {
Callers
2
newtonDiv
Function · 0.80
TransformVarDecl
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected