MCPcopy 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
548class Scope:
549 """

Callers 15

isUnchangedFunction · 0.80
checkRecursiveMethod · 0.80
createMethod · 0.80
arrayIndexThenCheckMethod · 0.80
assertWithSideEffectsMethod · 0.80
forwardRangeMethod · 0.80

Calls 1

tokAtMethod · 0.95

Tested by 6

hasClassFunctionMethod · 0.64
findFunction1Method · 0.64
createLinksMethod · 0.64
createLinks2Method · 0.64