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

Method print

deps/v8/tools/locs.py:316–319  ·  view source on GitHub ↗
(self, statusline, end="\r", file=sys.stdout)

Source from the content-addressed store, hash-verified

314 self.max_width = 0
315
316 def print(self, statusline, end="\r", file=sys.stdout):
317 self.max_width = max(self.max_width, len(statusline))
318 print("{0:<{1}}".format(statusline, self.max_width),
319 end=end, file=file, flush=True)
320
321
322class CommandSplitter:

Callers 15

MainFunction · 0.95
count_lines_of_unitFunction · 0.45
sendRawCommandMethod · 0.45
_sendCommandPromiseMethod · 0.45
_dispatchMessageMethod · 0.45
protocol-test.jsFile · 0.45
dumpFunction · 0.45
box2d.jsFile · 0.45
asmPrintIntFunction · 0.45
asmPrintFloatFunction · 0.45
abortFunction · 0.45

Calls 3

printFunction · 0.70
formatMethod · 0.65
maxFunction · 0.50

Tested by

no test coverage detected