Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ linkAt
Method
linkAt
addons/cppcheckdata.py:542–546 ·
view source on GitHub ↗
(self, n)
Source
from the content-addressed store, hash-verified
540
return
None
541
542
def
linkAt(self, n):
543
token = self.tokAt(n)
544
if
token:
545
return
token.link
546
return
None
547
548
class
Scope:
549
""
"
Callers
15
isUnchanged
Function · 0.80
checkRecursive
Method · 0.80
nullConstantDereference
Method · 0.80
create
Method · 0.80
arrayIndexThenCheck
Method · 0.80
stringNotZeroTerminated
Method · 0.80
isCtuUnsafeBufferUsage
Method · 0.80
checkFunctionVariableUsage_iterateScopes
Method · 0.80
checkFunctionVariableUsage
Method · 0.80
checkStructMemberUsage
Method · 0.80
assertWithSideEffects
Method · 0.80
forwardRange
Method · 0.80
Calls
1
tokAt
Method · 0.95
Tested by
6
hasClassFunction
Method · 0.64
hasClassFunction_trailingReturnType
Method · 0.64
hasClassFunctionReturningFunctionPointer
Method · 0.64
findFunction1
Method · 0.64
createLinks
Method · 0.64
createLinks2
Method · 0.64