Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
119
func
isMarkdown(name string) bool {
120
return
strings.HasSuffix(strings.ToLower(name),
".md"
)
121
}
Callers
1
Start
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected