Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ send
Method
send
tests/test_connection.py:3980–3981 ·
view source on GitHub ↗
(self, data)
Source
from the content-addressed store, hash-verified
3978
self.recvbuf = bytes()
3979
3980
def
send(self, data):
3981
self.ws.send(data, websocket.ABNF.OPCODE_BINARY)
3982
3983
def
recv(self, maxlen):
3984
while
len(self.recvbuf) < maxlen:
Callers
9
send_message
Method · 0.80
shake
Method · 0.80
call
Method · 0.80
configure
Method · 0.80
start
Method · 0.80
disable
Method · 0.80
dispatch_one
Method · 0.80
init
Function · 0.80
log
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected