Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
ParseCondition
Function · 0.95
ParseOperatorExpression
Function · 0.45
ParseConditionalExpression
Function · 0.45
ParseLogicalExpression
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected