MCPcopy 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
229def _cmdstr(cmd):
230 return " ".join(shlex.quote(c) for c in cmd)
231
232
233def _run(cmd, *args, **kwargs):

Callers 1

_runFunction · 0.85

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected