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

Struct ExitCodeInterpretation

tools/bash/semantics.go:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8)
9
10type ExitCodeInterpretation struct {
11 IsError bool
12 Description string
13}
14
15var (
16 exitCodeTables = map[string]map[int]*ExitCodeInterpretation{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected