MCPcopy 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_buildFunction · 0.80
tensorrtllm_postbuildFunction · 0.80
backend_buildFunction · 0.80
backend_cloneFunction · 0.80
cibase_buildFunction · 0.80

Calls 1

cmdMethod · 0.95

Tested by

no test coverage detected