MCPcopy Index your code
hub / github.com/SourceCode-AI/aura / mock_reverse_dependencies

Function mock_reverse_dependencies

tests/test_graph.py:30–31  ·  view source on GitHub ↗
(pkg)

Source from the content-addressed store, hash-verified

28
29
30def mock_reverse_dependencies(pkg):
31 return GRAPH_DATA["dependencies"].get(pkg, [])
32
33
34@fixture()

Callers

nothing calls this directly

Calls 1

getMethod · 0.80

Tested by

no test coverage detected