MCPcopy Index your code
hub / github.com/triton-inference-server/server / mkdir

Method mkdir

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

Source from the content-addressed store, hash-verified

231 self.cmd(f"cp {src} {dest}")
232
233 def mkdir(self, path):
234 self.cmd(f"mkdir -p {pathlib.Path(path)}")
235
236 def rmdir(self, path):
237 self.cmd(f"rm -fr {pathlib.Path(path)}")

Callers 10

core_buildFunction · 0.80
tensorrtllm_postbuildFunction · 0.80
backend_buildFunction · 0.80
backend_cloneFunction · 0.80
repo_agent_buildFunction · 0.80
cache_buildFunction · 0.80
cibase_buildFunction · 0.80
build.pyFile · 0.80
mkdirFunction · 0.80

Calls 1

cmdMethod · 0.95

Tested by 1