Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/triton-inference-server/server
/ cp
Method
cp
build.py:230–231 ·
view source on GitHub ↗
(self, src, dest)
Source
from the content-addressed store, hash-verified
228
self.cmd(f
"cd {path}"
)
229
230
def
cp(self, src, dest):
231
self.cmd(f
"cp {src} {dest}"
)
232
233
def
mkdir(self, path):
234
self.cmd(f
"mkdir -p {pathlib.Path(path)}"
)
Callers
5
core_build
Function · 0.80
tensorrtllm_postbuild
Function · 0.80
backend_build
Function · 0.80
backend_clone
Function · 0.80
cibase_build
Function · 0.80
Calls
1
cmd
Method · 0.95
Tested by
no test coverage detected