Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/google/adk-python
/ get
Method
get
src/google/adk/agents/live_request_queue.py:85–86 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
83
self._queue.put_nowait(req)
84
85
async
def
get(self) -> LiveRequest:
86
return
await self._queue.get()
Callers
15
test_get
Function · 0.95
update_credential_with_tokens
Function · 0.45
model_validate
Method · 0.45
__init__
Method · 0.45
discover_auth_server_metadata
Method · 0.45
discover_resource_metadata
Method · 0.45
get_provider
Method · 0.45
_store_auth_and_collect_resume_targets
Function · 0.45
get_auth_response
Method · 0.45
_rehydrate_custom_scheme
Function · 0.45
get_exchanger
Method · 0.45
get_refresher
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_get
Function · 0.76