MCPcopy Create free account
hub / github.com/CarperAI/Code-Pile / download

Function download

codepile/codepile.py:28–30  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

26
27
28def download(args):
29 ds = CodePile(args.tempdir, args.output_dir)
30 ds.download()
31
32
33def process(args):

Callers

nothing calls this directly

Calls 2

downloadMethod · 0.95
CodePileClass · 0.85

Tested by

no test coverage detected