MCPcopy
hub / github.com/OpenBMB/VoxCPM / cmd_clone

Function cmd_clone

src/voxcpm/cli.py:282–287  ·  view source on GitHub ↗
(args, parser)

Source from the content-addressed store, hash-verified

280
281
282def cmd_clone(args, parser):
283 prompt_text = validate_clone_args(args, parser)
284 final_text = build_final_text(args.text, args.control)
285 return _run_single(
286 args, parser, text=final_text, output=args.output, prompt_text=prompt_text
287 )
288
289
290def cmd_validate(args, parser):

Callers 2

_dispatch_legacyFunction · 0.85
mainFunction · 0.85

Calls 3

validate_clone_argsFunction · 0.85
build_final_textFunction · 0.85
_run_singleFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…