Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RASAAS/docmcp-knowledge
/ load_catalog
Function
load_catalog
scripts/generate_classification_pages.py:49–51 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
47
48
49
def
load_catalog():
50
with
open(CATALOG_PATH, encoding=
"utf-8"
)
as
f:
51
return
json.load(f)
52
53
54
def
build_tree(catalog):
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected