Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
bool Arguments::hasNext() const {
31
return _i < argc();
32
}
33
34
void Arguments::consumeLast() {
35
_argv.erase(_argv.begin() + (--_i));
Callers
10
runCompilerToolbox
Function · 0.45
parse
Method · 0.45
valdiCLIRun
Function · 0.45
executeNext
Method · 0.45
untrackRef
Method · 0.45
pushMapIteratorNext
Method · 0.45
get
Method · 0.45
doCleanup
Method · 0.45
dispatchTouch
Method · 0.45
createImpl
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected