MCPcopy Create free account
hub / github.com/fogleman/primitive / primitive

Function primitive

scripts/process.py:14–18  ·  view source on GitHub ↗
(i, o, n, a, m)

Source from the content-addressed store, hash-verified

12 pass
13
14def primitive(i, o, n, a, m):
15 makedirs(os.path.split(o)[0])
16 args = (i, o, n, a, m)
17 cmd = 'primitive -r 128 -s 512 -i %s -o %s -n %d -a %d -m %d' % args
18 subprocess.call(cmd, shell=True)
19
20def create_jobs(in_folder, out_folder, n, a, m):
21 result = []

Callers 1

workerFunction · 0.70

Calls 1

makedirsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…