MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / fileIndex

Function fileIndex

lib/token.h:941–943  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

939 return mImpl->mFileIndex;
940 }
941 void fileIndex(nonneg int indexOfFile) {
942 mImpl->mFileIndex = indexOfFile;
943 }
944
945 nonneg int linenr() const {
946 return mImpl->mLineNumber;

Callers 2

TokenMethod · 0.85
readfileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected