MCPcopy Create free account
hub / github.com/VectifyAI/OpenKB / _load

Function _load

tests/test_deck_neon_prompt.py:21–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19
20
21def _load() -> tuple[dict, str]:
22 return _parse_frontmatter(SKILL_MD.read_text(encoding="utf-8"))
23
24
25def test_neon_is_the_default_deck_skill():

Calls 1

_parse_frontmatterFunction · 0.90

Tested by

no test coverage detected