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

Function log

deps/v8/tools/gcmole/gcmole.py:63–65  ·  view source on GitHub ↗
(format, *args, **kwargs)

Source from the content-addressed store, hash-verified

61
62
63def log(format, *args, **kwargs):
64 mark = ("#", "=", "-", ".")[kwargs.get("level", 0)]
65 print(mark * 2, str(format).format(*list(map(str, args))))
66
67
68def fatal(format):

Callers 15

fatalFunction · 0.70
make_clang_command_lineFunction · 0.70
to_fileMethod · 0.70
from_fileMethod · 0.70
propagateMethod · 0.70
generate_callgraphFunction · 0.70
write_gcmole_resultsFunction · 0.70
has_unexpected_errorsFunction · 0.70
verify_and_convert_dirsFunction · 0.70

Calls 6

strFunction · 0.85
getMethod · 0.65
formatMethod · 0.65
printFunction · 0.50
listFunction · 0.50
mapFunction · 0.50

Tested by

no test coverage detected