MCPcopy Create free account
hub / github.com/chatmail/core / report_func

Function report_func

python/tests/stress_test_db.py:38–39  ·  view source on GitHub ↗
(replier, report_type, *report_args)

Source from the content-addressed store, hash-verified

36 report_queue = Queue()
37
38 def report_func(replier, report_type, *report_args):
39 report_queue.put((replier, report_type, report_args))
40
41 # each replier receives all events and sends report events to receive_queue
42 repliers = []

Callers

nothing calls this directly

Calls 1

putMethod · 0.80

Tested by

no test coverage detected