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

Class _Ctx

tests/test_feedback.py:117–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115 """Diagnostics should be the small known set — no paths, no env vars."""
116
117 class _Ctx:
118 obj = None
119
120 with patch("openkb.cli._find_kb_dir", return_value=None):
121 info = _collect_feedback_diagnostics(_Ctx())

Calls

no outgoing calls