Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Token
Method · 0.85
printLines
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected