MCPcopy Create free account
hub / github.com/dim-an/cod / UncheckedRunCodCmd

Method UncheckedRunCodCmd

test/lib.go:146–150  ·  view source on GitHub ↗
(args ...string)

Source from the content-addressed store, hash-verified

144}
145
146func (wb *Workbench) UncheckedRunCodCmd(args ...string) (string, error) {
147 cmd := wb.NewCodCmd(args...)
148 output, err := cmd.CombinedOutput()
149 return string(output), err
150}
151
152func (wb *Workbench) RunCodCmd(args ...string) string {
153 return wb.RunCodCmdModifiedEnv(nil, args...)

Callers 3

RunCodCmdModifiedEnvMethod · 0.95
TestExampleConfigurationFunction · 0.80
TestLearnBrokenFunction · 0.80

Calls 1

NewCodCmdMethod · 0.95

Tested by 2

TestExampleConfigurationFunction · 0.64
TestLearnBrokenFunction · 0.64