MCPcopy Create free account
hub / github.com/codehamr/codehamr / active

Method active

internal/tui/model.go:43–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41)
42
43func (p phase) active() bool { return p != phaseIdle }
44
45func (p phase) label() string {
46 switch p {

Calls

no outgoing calls