MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / truthy

Function truthy

tools/builtin.go:1738–1741  ·  view source on GitHub ↗
(v any)

Source from the content-addressed store, hash-verified

1736 if stderr.Len() > 0 {
1737 if output != "" {
1738 output += "\n"
1739 }
1740 output += "[stderr]\n" + stderr.String()
1741 }
1742 return exitCode, output
1743}
1744

Callers 1

ValidateInputMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected