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

Function isMarkdown

apps/cli/internal/watcher/watcher.go:119–121  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

117}
118
119func isMarkdown(name string) bool {
120 return strings.HasSuffix(strings.ToLower(name), ".md")
121}

Callers 1

StartMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected