MCPcopy Create free account
hub / github.com/dbunt1tled/python-fast-api / process_message

Method process_message

src/app/ws/service/ws_handler.py:15–16  ·  view source on GitHub ↗
(self, user_id: str, message: dict[str, Any], websocket: WebSocket)

Source from the content-addressed store, hash-verified

13 raise NotImplementedError
14
15 async def process_message(self, user_id: str, message: dict[str, Any], websocket: WebSocket) -> None:
16 raise NotImplementedError
17
18 @staticmethod
19 def can(ws_type: WSType) -> bool:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected