Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/google/adk-python
/ _has_non_output_content
Function
_has_non_output_content
src/google/adk/workflow/_node_runner.py:42–46 ·
view source on GitHub ↗
(event: Event)
Source
from the content-addressed store, hash-verified
40
41
42
def
_has_non_output_content(event: Event) -> bool:
43
if
event.actions:
44
if
event.actions.state_delta or event.actions.artifact_delta:
45
return
True
46
return
False
47
48
49
class
NodeRunner:
Callers
1
_enqueue_event
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected