Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ablab/spades
/ assertEnd
Method
assertEnd
ext/src/llvm/JSON.cpp:218–223 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
216
bool parseValue(Value &Out);
217
218
bool assertEnd() {
219
eatWhitespace();
220
if (P == End)
221
return true;
222
return parseError(
"Text after end of document"
);
223
}
224
225
Error takeError() {
226
assert(Err);
Callers
1
parse
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected