Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Zoo-Code-Org/Zoo-Code
/ isMarkdownFile
Function
isMarkdownFile
src/services/command/commands.ts:365–367 ·
view source on GitHub ↗
(filename: string)
Source
from the content-addressed store, hash-verified
363
* Check
if
a file is a markdown file
364
*/
365
export
function
isMarkdownFile(filename: string): boolean {
366
return
filename.toLowerCase().endsWith(
".md"
)
367
}
Callers
3
commands.spec.ts
File · 0.90
resolveCommandSymLink
Function · 0.85
resolveCommandDirectoryEntry
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected