MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / cb

Method cb

tests/test_abort_controller.py:35–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33 called = []
34
35 def cb():
36 called.append(True)
37
38 signal.add_listener(cb)
39 signal.remove_listener(cb)

Callers

nothing calls this directly

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected