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

Function info

configure.py:1275–1277  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

1273warn.warned = False
1274
1275def info(msg):
1276 prefix = '\033[1m\033[32mINFO\033[0m' if os.isatty(1) else 'INFO'
1277 print(f'{prefix}: {msg}')
1278
1279def print_verbose(x):
1280 if not options.verbose:

Callers 3

glob_to_varFunction · 0.70
configure.pyFile · 0.70
calculateMetricsMethod · 0.50

Calls 1

printFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…