Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
143
def
get_opts(options):
144
opts = [o
if
isinstance(o, str)
else
repr(o)
for
o in options]
145
return
' '
.join(opts)
146
147
148
WINDOWS_CI_TIMEOUT =
'222.2'
Callers
2
run_scan_plain
Function · 0.85
run_scan_click
Function · 0.85
Calls
1
join
Method · 0.45
Tested by
no test coverage detected