MCPcopy Index your code
hub / github.com/google/adk-python / func_a

Function func_a

tests/unittests/workflow/test_workflow.py:1328–1329  ·  view source on GitHub ↗
(ctx: Context)

Source from the content-addressed store, hash-verified

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)
1330
1331 node_a = FunctionNode(func=func_a, rerun_on_resume=True)
1332

Callers

nothing calls this directly

Calls 1

run_nodeMethod · 0.80

Tested by

no test coverage detected