Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_build
Function · 0.80
tensorrtllm_postbuild
Function · 0.80
backend_build
Function · 0.80
backend_clone
Function · 0.80
repo_agent_build
Function · 0.80
cache_build
Function · 0.80
cibase_build
Function · 0.80
build.py
File · 0.80
test_model_availability_on_reload
Method · 0.80
mkdir
Function · 0.80
Calls
1
cmd
Method · 0.95
Tested by
1
test_model_availability_on_reload
Method · 0.64