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

Function linenr

lib/token.h:945–947  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

943 }
944
945 nonneg int linenr() const {
946 return mImpl->mLineNumber;
947 }
948 void linenr(nonneg int lineNumber) {
949 mImpl->mLineNumber = lineNumber;
950 }

Callers 2

TokenMethod · 0.85
printLinesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected