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

Method cwd

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

Source from the content-addressed store, hash-verified

225 self.blankln()
226
227 def cwd(self, path):
228 self.cmd(f"cd {path}")
229
230 def cp(self, src, dest):
231 self.cmd(f"cp {src} {dest}")

Callers 7

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

Calls 1

cmdMethod · 0.95

Tested by

no test coverage detected