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

Function deck_dir

openkb/deck/__init__.py:27–29  ·  view source on GitHub ↗

`` /output/decks/ `` — one compiled deck's home.

(kb_dir: Path, deck_name: str)

Source from the content-addressed store, hash-verified

25
26
27def deck_dir(kb_dir: Path, deck_name: str) -> Path:
28 """``<kb>/output/decks/<name>`` — one compiled deck's home."""
29 return decks_root(kb_dir) / deck_name
30
31
32def deck_workspace_dir(kb_dir: Path, deck_name: str) -> Path:

Callers 4

test_deck_dirFunction · 0.90
__init__Method · 0.90
run_deck_createFunction · 0.90
_handle_slash_deckFunction · 0.90

Calls 1

decks_rootFunction · 0.85

Tested by 1

test_deck_dirFunction · 0.72