Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
63
def
log(format, *args, **kwargs):
64
mark = (
"#"
,
"="
,
"-"
,
"."
)[kwargs.get(
"level"
, 0)]
65
print(mark * 2, str(format).format(*list(map(str, args))))
66
67
68
def
fatal(format):
Callers
15
fatal
Function · 0.70
make_clang_command_line
Function · 0.70
invoke_clang_plugin_for_files_in_queue
Function · 0.70
invoke_clang_plugin_for_each_file
Function · 0.70
to_file
Method · 0.70
from_file
Method · 0.70
propagate
Method · 0.70
generate_callgraph
Function · 0.70
write_gcmole_results
Function · 0.70
check_correctness_for_arch
Function · 0.70
has_unexpected_errors
Function · 0.70
verify_and_convert_dirs
Function · 0.70
Calls
6
str
Function · 0.85
get
Method · 0.65
format
Method · 0.65
print
Function · 0.50
list
Function · 0.50
map
Function · 0.50
Tested by
no test coverage detected