MCPcopy Index your code
hub / github.com/CarperAI/Code-Pile / process

Function process

codepile/codepile.py:33–35  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

31
32
33def process(args):
34 ds = CodePile(args.tempdir, args.output_dir)
35 ds.process()
36
37
38def cli(cli_args, *args, **kwargs):

Callers

nothing calls this directly

Calls 2

processMethod · 0.95
CodePileClass · 0.85

Tested by

no test coverage detected