MCPcopy 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
928Token* getInitTok(Token* tok) {
929 return getInitTokImpl(tok);
930}
931const Token* getInitTok(const Token* tok) {
932 return getInitTokImpl(tok);
933}

Callers 4

afterConditionMethod · 0.85
useStandardLibraryMethod · 0.85
updateRangeFunction · 0.85
useStlAlgorithmMethod · 0.85

Calls 1

getInitTokImplFunction · 0.85

Tested by

no test coverage detected