Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
def
mock_authors(name):
27
return
[[
"Owner"
, x]
for
x in GRAPH_DATA[
"authors"
].get(name, [])]
28
29
30
def
mock_reverse_dependencies(pkg):
Callers
nothing calls this directly
Calls
1
get
Method · 0.80
Tested by
no test coverage detected