Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ GenerateInput
Method
GenerateInput
deps/v8/tools/bigint-tester.py:125–126 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
123
124
# Subclasses may override this:
125
def
GenerateInput(self):
126
return
GenRandom(random.randint(0, kLineLength))
127
128
# Subclasses should not override anything below.
129
def
EmitOne(self):
Callers
1
EmitOne
Method · 0.95
Calls
1
GenRandom
Function · 0.85
Tested by
no test coverage detected