Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ send
Method
send
tests/test_connection.py:4423–4424 ·
view source on GitHub ↗
(self, data)
Source
from the content-addressed store, hash-verified
4421
self.recvbuf = bytes()
4422
4423
def
send(self, data):
4424
self.ws.send(data, websocket.ABNF.OPCODE_BINARY)
4425
4426
def
recv(self, maxlen):
4427
while
len(self.recvbuf) < maxlen:
Callers
nothing calls this directly
Calls
1
send
Method · 0.45
Tested by
no test coverage detected