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

Method applyID

sdk/go/graph/graph.go:21–26  ·  view source on GitHub ↗
(id string)

Source from the content-addressed store, hash-verified

19}
20
21func (f *ASCIIFormatter) applyID(id string) string {
22 if f != nil && f.FormatID != nil {
23 return f.FormatID(id)
24 }
25 return id
26}
27
28func (f *ASCIIFormatter) applyTitle(title, status string) string {
29 if f != nil && f.FormatTitle != nil {

Callers 1

ToASCIIMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected