MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / _node_folder

Function _node_folder

skills/wiki-store/scripts/wiki_db.py:69–75  ·  view source on GitHub ↗
(node_type: str)

Source from the content-addressed store, hash-verified

67
68
69def role_name_for_user_id(user_id: str) -> str:
70 return role_utils.role_name_for_user_id(user_id, project_root=PROJECT_ROOT)
71
72
73def storage_label_for_user_id(user_id: str) -> str:
74 return role_utils.storage_label_for_user_id(user_id, project_root=PROJECT_ROOT)
75
76
77def _node_folder(node_type: str) -> str:
78 return {

Callers 1

_relative_file_pathFunction · 0.85

Calls 1

getMethod · 0.80

Tested by

no test coverage detected