MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / main

Function main

eval/run_compare.py:1007–1011  ·  view source on GitHub ↗
(argv: list[str] | None = None)

Source from the content-addressed store, hash-verified

1005
1006
1007def main(argv: list[str] | None = None) -> int:
1008 parser = build_parser()
1009 args = parser.parse_args(argv)
1010 sys.path.insert(0, str(EVAL_DIR))
1011 return int(args.func(args))
1012
1013
1014if __name__ == "__main__":

Callers 1

run_compare.pyFile · 0.70

Calls 1

build_parserFunction · 0.70

Tested by

no test coverage detected