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

Function ResolveBaseCommand

tools/bash/semantics.go:94–96  ·  view source on GitHub ↗
(commandLine string)

Source from the content-addressed store, hash-verified

92)
93
94func ResolveBaseCommand(commandLine string) string {
95 return ExtractBaseCommand(commandLine)
96}
97
98func InterpretCommandResult(commandLine string, exitCode int) ExitCodeInterpretation {
99 if exitCode == 0 {

Callers 1

InterpretCommandResultFunction · 0.85

Calls 1

ExtractBaseCommandFunction · 0.85

Tested by

no test coverage detected