MCPcopy Create free account
hub / github.com/vercel/vercel / sendall

Method sendall

python/vercel-runtime/tests/test_wsgi_websocket.py:29–30  ·  view source on GitHub ↗
(self, data: Any, *args: Any, **kwargs: Any)

Source from the content-addressed store, hash-verified

27 return len(data)
28
29 def sendall(self, data: Any, *args: Any, **kwargs: Any) -> None:
30 self.sent.append(bytes(data))
31
32 def recv(self, _size: int) -> bytes:
33 return b"frame"

Callers 10

connectMethod · 0.45
send_textMethod · 0.45
closeMethod · 0.45
_raw_chunked_postFunction · 0.45
_write_frameFunction · 0.45
_handshakeFunction · 0.45

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected