Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ begin
Method
begin
lib/tokenrange.h:65–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
};
64
65
TokenIterator begin() const {
66
return TokenIterator(mFront);
67
}
68
TokenIterator end() const {
69
return TokenIterator(mBack);
70
}
Callers
15
main
Function · 0.45
main
Function · 0.45
removeFunctionCalls
Function · 0.45
bufferOverflow
Method · 0.45
isReturnedByRef
Function · 0.45
checkFunctionVariableUsage
Method · 0.45
assertWithSideEffects
Method · 0.45
fromValues
Method · 0.45
hasAnyTypeCheck
Method · 0.45
makeBaseTypeString
Function · 0.45
configurationExcluded
Function · 0.45
setTokenValue
Function · 0.45
Calls
1
TokenIterator
Class · 0.85
Tested by
no test coverage detected