Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/google/adk-python
/ func_b
Function
func_b
tests/unittests/workflow/test_workflow.py:1325–1326 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1323
from
google.adk.workflow._function_node
import
FunctionNode
1324
1325
def
func_b() -> str:
1326
return
'from_b'
1327
1328
async
def
func_a(ctx: Context) -> str:
1329
return
await ctx.run_node(func_b, use_as_output=True)
Callers
nothing calls this directly
Calls
1
run_node
Method · 0.80
Tested by
no test coverage detected