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

Method forward

addons/cppcheckdata.py:508–512  ·  view source on GitHub ↗
(self, end=None)

Source from the content-addressed store, hash-verified

506 return self.astOperand1 and self.astOperand2
507
508 def forward(self, end=None):
509 token = self
510 while token and token != end:
511 yield token
512 token = token.next
513
514 def backward(self, start=None):
515 token = self

Callers 1

tokAtMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected