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

Function decks_root

openkb/deck/__init__.py:22–24  ·  view source on GitHub ↗

`` /output/decks`` — the directory holding every compiled deck.

(kb_dir: Path)

Source from the content-addressed store, hash-verified

20
21
22def decks_root(kb_dir: Path) -> Path:
23 """``<kb>/output/decks`` — the directory holding every compiled deck."""
24 return kb_dir / "output" / "decks"
25
26
27def deck_dir(kb_dir: Path, deck_name: str) -> Path:

Callers 3

test_decks_rootFunction · 0.90
deck_dirFunction · 0.85
deck_workspace_dirFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_decks_rootFunction · 0.72