MCPcopy Create free account
hub / github.com/triton-inference-server/server / rmdir

Method rmdir

build.py:236–237  ·  view source on GitHub ↗
(self, path)

Source from the content-addressed store, hash-verified

234 self.cmd(f"mkdir -p {pathlib.Path(path)}")
235
236 def rmdir(self, path):
237 self.cmd(f"rm -fr {pathlib.Path(path)}")
238
239 def cpdir(self, src, dest):
240 self.cmd(f"cp -r {src} {dest}")

Callers 6

gitcloneMethod · 0.95
backend_buildFunction · 0.80
backend_cloneFunction · 0.80
repo_agent_buildFunction · 0.80
cache_buildFunction · 0.80
cibase_buildFunction · 0.80

Calls 1

cmdMethod · 0.95

Tested by

no test coverage detected