MCPcopy Index your code
hub / github.com/nodejs/node / HasMore

Method HasMore

tools/test.py:1182–1183  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1180 self.index = 0
1181
1182 def HasMore(self):
1183 return self.index < self.length
1184
1185 def Current(self):
1186 return self.tokens[self.index]

Callers 4

ParseConditionFunction · 0.95
ParseOperatorExpressionFunction · 0.45
ParseLogicalExpressionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected