MCPcopy Create free account
hub / github.com/aboutcode-org/scancode-toolkit / get_opts

Function get_opts

src/scancode/cli_test_utils.py:143–145  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

141
142
143def get_opts(options):
144 opts = [o if isinstance(o, str) else repr(o) for o in options]
145 return ' '.join(opts)
146
147
148WINDOWS_CI_TIMEOUT = '222.2'

Callers 2

run_scan_plainFunction · 0.85
run_scan_clickFunction · 0.85

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected