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

Function mock_authors

tests/test_graph.py:26–27  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

24
25
26def mock_authors(name):
27 return [["Owner", x] for x in GRAPH_DATA["authors"].get(name, [])]
28
29
30def mock_reverse_dependencies(pkg):

Callers

nothing calls this directly

Calls 1

getMethod · 0.80

Tested by

no test coverage detected