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

Method tar

build.py:242–243  ·  view source on GitHub ↗
(self, subdir, tar_filename)

Source from the content-addressed store, hash-verified

240 self.cmd(f"cp -r {src} {dest}")
241
242 def tar(self, subdir, tar_filename):
243 self.cmd(f"tar zcf {tar_filename} {subdir}")
244
245 def cmake(self, args):
246 # Pass some additional envvars into cmake...

Callers 1

core_buildFunction · 0.80

Calls 1

cmdMethod · 0.95

Tested by

no test coverage detected