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

Method applyReference

sdk/go/graph/graph.go:49–54  ·  view source on GitHub ↗
(text string)

Source from the content-addressed store, hash-verified

47}
48
49func (f *ASCIIFormatter) applyReference(text string) string {
50 if f != nil && f.FormatReference != nil {
51 return f.FormatReference(text)
52 }
53 return text
54}
55
56// Graph represents a task dependency graph
57type Graph struct {

Callers 1

ToASCIIMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected