MCPcopy Create free account
hub / github.com/driangle/taskmd / applyStatusIndicator

Method applyStatusIndicator

sdk/go/graph/graph.go:35–40  ·  view source on GitHub ↗
(indicator, status string)

Source from the content-addressed store, hash-verified

33}
34
35func (f *ASCIIFormatter) applyStatusIndicator(indicator, status string) string {
36 if f != nil && f.FormatStatusIndicator != nil {
37 return f.FormatStatusIndicator(indicator, status)
38 }
39 return indicator
40}
41
42func (f *ASCIIFormatter) applyConnector(connector string) string {
43 if f != nil && f.FormatConnector != nil {

Callers 1

ToASCIIMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected