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

Method _run_impl

tests/unittests/runners/test_runner_node.py:987–993  ·  view source on GitHub ↗
(
        self, *, ctx: Context, node_input: Any
    )

Source from the content-addressed store, hash-verified

985 rerun_on_resume: bool = True
986
987 async def _run_impl(
988 self, *, ctx: Context, node_input: Any
989 ) -> AsyncGenerator[Any, None]:
990 if ctx.resume_inputs and 'fc-1' in ctx.resume_inputs:
991 yield f'approved: {ctx.resume_inputs["fc-1"]["ok"]}'
992 return
993 yield _make_interrupt_event(fc_name='approve', fc_id='fc-1')
994
995 class _Parent(BaseNode):
996 rerun_on_resume: bool = True

Callers

nothing calls this directly

Calls 1

_make_interrupt_eventFunction · 0.85

Tested by

no test coverage detected