MCPcopy Create free account
hub / github.com/Snapchat/Valdi / hasNext

Method hasNext

valdi/src/valdi/standalone_runtime/Arguments.cpp:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30bool Arguments::hasNext() const {
31 return _i < argc();
32}
33
34void Arguments::consumeLast() {
35 _argv.erase(_argv.begin() + (--_i));

Callers 10

runCompilerToolboxFunction · 0.45
parseMethod · 0.45
valdiCLIRunFunction · 0.45
executeNextMethod · 0.45
untrackRefMethod · 0.45
pushMapIteratorNextMethod · 0.45
getMethod · 0.45
doCleanupMethod · 0.45
dispatchTouchMethod · 0.45
createImplMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected