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

Method Current

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

Source from the content-addressed store, hash-verified

1183 return self.index < self.length
1184
1185 def Current(self):
1186 return self.tokens[self.index]
1187
1188 def Advance(self):
1189 self.index = self.index + 1

Callers 4

ParseAtomicExpressionFunction · 0.45
ParseOperatorExpressionFunction · 0.45
ParseLogicalExpressionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected