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

Function GetOptions

deps/v8/tools/v8_presubmit.py:861–868  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

859
860
861def GetOptions():
862 result = optparse.OptionParser()
863 result.add_option('--no-lint', help="Do not run cpplint", default=False,
864 action="store_true")
865 result.add_option('--no-linter-cache', help="Do not cache linter results",
866 default=False, action="store_true")
867
868 return result
869
870
871class TeeIO:

Callers 1

MainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected