Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/github/awesome-copilot
/ isMarkdownFile
Function
isMarkdownFile
website/src/scripts/modal.ts:116–118 ·
view source on GitHub ↗
(filePath: string)
Source
from the content-addressed store, hash-verified
114
}
115
116
function
isMarkdownFile(filePath: string): boolean {
117
return
/\.(md|markdown|mdx)$/i.test(filePath);
118
}
119
120
function
getCollectionRootPath(
121
filePath: string,
Callers
2
updateViewButtons
Function · 0.85
renderCurrentFileContent
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected