Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ previous
Function
previous
lib/token.h:1020–1022 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1018
}
1019
1020
Token* previous() {
1021
return mPrevious;
1022
}
1023
1024
const Token* previous() const {
1025
return mPrevious;
Callers
1
findClosingBracket
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected