Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ getStepTok
Function
getStepTok
lib/astutils.cpp:935–937 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
933
}
934
935
Token* getStepTok(Token* tok) {
936
return getStepTokImpl(tok);
937
}
938
const Token* getStepTok(const Token* tok) {
939
return getStepTokImpl(tok);
940
}
Callers
5
afterCondition
Method · 0.85
useStandardLibrary
Method · 0.85
updateRange
Function · 0.85
getStepTokFromEnd
Function · 0.85
useStlAlgorithm
Method · 0.85
Calls
1
getStepTokImpl
Function · 0.85
Tested by
no test coverage detected