Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ _cmdstr
Function
_cmdstr
src/script/build-with-container.py:229–230 ·
view source on GitHub ↗
(cmd)
Source
from the content-addressed store, hash-verified
227
228
229
def
_cmdstr(cmd):
230
return
" "
.join(shlex.quote(c)
for
c in cmd)
231
232
233
def
_run(cmd, *args, **kwargs):
Callers
1
_run
Function · 0.85
Calls
1
join
Method · 0.45
Tested by
no test coverage detected