MCPcopy Index your code
hub / github.com/feast-dev/feast / send_message

Method send_message

sdk/python/feast/feature_server.py:739–740  ·  view source on GitHub ↗
(self, message: str, websocket: WebSocket)

Source from the content-addressed store, hash-verified

737 self.active_connections.remove(websocket)
738
739 async def send_message(self, message: str, websocket: WebSocket):
740 await websocket.send_text(message)
741
742 manager = ConnectionManager()
743

Callers 1

websocket_endpointFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected