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

Function print_usage

deps/v8/tools/torque/format-torque.py:191–195  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

189 output_file.close()
190
191def print_usage():
192 print('format-torque -i file1[, file2[, ...]]')
193 print(' format and overwrite input files')
194 print('format-torque -l file1[, file2[, ...]]')
195 print(' merely indicate which files need formatting')
196
197def Main():
198 if len(sys.argv) < 3:

Callers 1

MainFunction · 0.70

Calls 1

printFunction · 0.50

Tested by

no test coverage detected