MCPcopy 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

mainFunction · 0.45
mainFunction · 0.45
removeFunctionCallsFunction · 0.45
bufferOverflowMethod · 0.45
isReturnedByRefFunction · 0.45
assertWithSideEffectsMethod · 0.45
fromValuesMethod · 0.45
hasAnyTypeCheckMethod · 0.45
makeBaseTypeStringFunction · 0.45
configurationExcludedFunction · 0.45
setTokenValueFunction · 0.45

Calls 1

TokenIteratorClass · 0.85

Tested by

no test coverage detected