MCPcopy
hub / github.com/CopilotKit/CopilotKit / _tracking

Function _tracking

sdk-python/tests/test_emit_tool_call_optional_id.py:51–53  ·  view source on GitHub ↗
(self_inner, event)

Source from the content-addressed store, hash-verified

49 original = AGUIBase._dispatch_event
50
51 def _tracking(self_inner, event):
52 dispatched.append(event)
53 return original(self_inner, event)
54
55 with patch.object(AGUIBase, "_dispatch_event", new=_tracking):
56 yield dispatched

Callers

nothing calls this directly

Calls 1

appendMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…