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

Function print_verbose

configure.py:1279–1285  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

1277 print(f'{prefix}: {msg}')
1278
1279def print_verbose(x):
1280 if not options.verbose:
1281 return
1282 if isinstance(x, str):
1283 print(x)
1284 else:
1285 pprint.pprint(x, indent=2)
1286
1287def b(value):
1288 """Returns the string 'true' if value is truthy, 'false' otherwise."""

Callers 4

check_compilerFunction · 0.85
writeFunction · 0.85
configure_intlFunction · 0.85
configure.pyFile · 0.85

Calls 1

printFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…