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

Function _tracking

sdk-python/tests/test_agui_agent.py:68–70  ·  view source on GitHub ↗
(self_inner, event)

Source from the content-addressed store, hash-verified

66 original = AGUIBase._dispatch_event
67
68 def _tracking(self_inner, event):
69 dispatched.append(event)
70 return original(self_inner, event)
71
72 with patch.object(AGUIBase, "_dispatch_event", new=_tracking):
73 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…