MCPcopy Create free account
hub / github.com/Clarionos/clarion / SkipArray

Method SkipArray

external/rapidjson/example/lookaheadparser/lookaheadparser.cpp:251–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249}
250
251void LookaheadParser::SkipArray() {
252 SkipOut(1);
253}
254
255void LookaheadParser::SkipObject() {
256 SkipOut(1);

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected