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

Method applyConnector

sdk/go/graph/graph.go:42–47  ·  view source on GitHub ↗
(connector string)

Source from the content-addressed store, hash-verified

40}
41
42func (f *ASCIIFormatter) applyConnector(connector string) string {
43 if f != nil && f.FormatConnector != nil {
44 return f.FormatConnector(connector)
45 }
46 return connector
47}
48
49func (f *ASCIIFormatter) applyReference(text string) string {
50 if f != nil && f.FormatReference != nil {

Callers 1

ToASCIIMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected