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

Method _run_impl

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

Source from the content-addressed store, hash-verified

603 class _InterruptNode(BaseNode):
604
605 async def _run_impl(
606 self, *, ctx: Context, node_input: Any
607 ) -> AsyncGenerator[Any, None]:
608 call_count[0] += 1
609 fc_id = f'fc-{call_count[0]}'
610 yield _make_interrupt_event(fc_name='tool', fc_id=fc_id)
611
612 wf = Workflow(
613 name='wf',

Callers

nothing calls this directly

Calls 1

_make_interrupt_eventFunction · 0.85

Tested by

no test coverage detected