MCPcopy 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 */
365export function isMarkdownFile(filename: string): boolean {
366 return filename.toLowerCase().endsWith(".md")
367}

Callers 3

commands.spec.tsFile · 0.90
resolveCommandSymLinkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected