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

Function log

deps/v8/tools/profiling/linux-perf-chrome.py:114–118  ·  view source on GitHub ↗
(*args)

Source from the content-addressed store, hash-verified

112
113# ==============================================================================
114def log(*args):
115 print("")
116 print("=" * 80)
117 print(*args)
118 print("=" * 80)
119
120# ==============================================================================
121

Callers 1

Calls 1

printFunction · 0.50

Tested by

no test coverage detected