MCPcopy
hub / github.com/github/awesome-copilot / _page_path

Function _page_path

skills/mini-context-graph/scripts/tools/wiki_store.py:61–63  ·  view source on GitHub ↗
(category: str, slug: str)

Source from the content-addressed store, hash-verified

59
60
61def _page_path(category: str, slug: str) -> Path:
62 base = _CATEGORY_DIRS.get(category, _WIKI_DIR)
63 return base / f"{slug}.md"
64
65
66# ---------------------------------------------------------------------------

Callers 2

write_pageFunction · 0.85
read_pageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected