MCPcopy 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_identifierFunction · 0.80
add_detectionFunction · 0.80
add_scanFunction · 0.80
create_cache_entryFunction · 0.80
test_archive_diff_hookFunction · 0.80
mock_authorsFunction · 0.80
match_ruleFunction · 0.80
test_flask_appFunction · 0.80
mainFunction · 0.80
misc.pyFile · 0.80

Calls

no outgoing calls

Tested by 7

create_cache_entryFunction · 0.64
test_archive_diff_hookFunction · 0.64
mock_authorsFunction · 0.64
match_ruleFunction · 0.64
test_flask_appFunction · 0.64