Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/SourceCode-AI/aura
/ get
Method
get
aura/worker_executor.py:119–120 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
117
self._update_progress()
118
119
async
def
get(self):
120
return
await self.q.get()
121
122
def
get_nowait(self):
123
return
self.get_nowait()
Callers
15
extract_identifier
Function · 0.80
add_detection
Function · 0.80
add_scan
Function · 0.80
create_cache_entry
Function · 0.80
test_archive_diff_hook
Function · 0.80
mock_authors
Function · 0.80
mock_reverse_dependencies
Function · 0.80
match_rule
Function · 0.80
test_output_path_formatting
Function · 0.80
test_flask_app
Function · 0.80
main
Function · 0.80
misc.py
File · 0.80
Calls
no outgoing calls
Tested by
7
create_cache_entry
Function · 0.64
test_archive_diff_hook
Function · 0.64
mock_authors
Function · 0.64
mock_reverse_dependencies
Function · 0.64
match_rule
Function · 0.64
test_output_path_formatting
Function · 0.64
test_flask_app
Function · 0.64