Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ getInitTok
Function
getInitTok
lib/astutils.cpp:928–930 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
926
}
927
928
Token* getInitTok(Token* tok) {
929
return getInitTokImpl(tok);
930
}
931
const Token* getInitTok(const Token* tok) {
932
return getInitTokImpl(tok);
933
}
Callers
4
afterCondition
Method · 0.85
useStandardLibrary
Method · 0.85
updateRange
Function · 0.85
useStlAlgorithm
Method · 0.85
Calls
1
getInitTokImpl
Function · 0.85
Tested by
no test coverage detected