MCPcopy Create free account
hub / github.com/MotrixLab/ViMoGen / stringify_cmd

Function stringify_cmd

mbench/cli/evaluate.py:48–52  ·  view source on GitHub ↗
(cmd_ls)

Source from the content-addressed store, hash-verified

46 parser.set_defaults(func=evaluate)
47
48def stringify_cmd(cmd_ls):
49 cmd = ""
50 for string in cmd_ls:
51 cmd += string + " "
52 return cmd
53
54## TODO
55def evaluate(args):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected