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

Method applyTitle

sdk/go/graph/graph.go:28–33  ·  view source on GitHub ↗
(title, status string)

Source from the content-addressed store, hash-verified

26}
27
28func (f *ASCIIFormatter) applyTitle(title, status string) string {
29 if f != nil && f.FormatTitle != nil {
30 return f.FormatTitle(title, status)
31 }
32 return title
33}
34
35func (f *ASCIIFormatter) applyStatusIndicator(indicator, status string) string {
36 if f != nil && f.FormatStatusIndicator != nil {

Callers 1

ToASCIIMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected