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

Method ac_incoming_message

python/tests/test_1_online.py:699–700  ·  view source on GitHub ↗
(self, message)

Source from the content-addressed store, hash-verified

697 class InPlugin:
698 @account_hookimpl
699 def ac_incoming_message(self, message):
700 message_queue.put(message)
701
702 ac1.add_account_plugin(InPlugin())
703

Callers

nothing calls this directly

Calls 1

putMethod · 0.80

Tested by

no test coverage detected