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

Method ReadLine

deps/v8/tools/release/common_includes.py:388–394  ·  view source on GitHub ↗
(self, default=None)

Source from the content-addressed store, hash-verified

386 return result
387
388 def ReadLine(self, default=None):
389 # Don't prompt in forced mode.
390 if self._options.force_readline_defaults and default is not None:
391 print("%s (forced)" % default)
392 return default
393 else:
394 return self._side_effect_handler.ReadLine()
395
396 def Command(self, name, args, cwd=None):
397 cmd = lambda: self._side_effect_handler.Command(

Callers 4

ConfirmMethod · 0.95
WaitForLGTMMethod · 0.95
RunStepMethod · 0.45

Calls 1

printFunction · 0.50

Tested by

no test coverage detected