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

Function _wiki

tests/test_visualize.py:6–11  ·  view source on GitHub ↗
(tmp_path: Path)

Source from the content-addressed store, hash-verified

4
5
6def _wiki(tmp_path: Path) -> Path:
7 wiki = tmp_path / "wiki"
8 for sub in ("summaries", "concepts", "entities", "reports", "sources"):
9 (wiki / sub).mkdir(parents=True)
10 (wiki / "index.md").write_text("# Index\n", encoding="utf-8")
11 return wiki
12
13
14def test_build_graph_nodes_edges_types(tmp_path):

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected