Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ send
Method
send
tests/test_connection.py:3951–3952 ·
view source on GitHub ↗
(self, data)
Source
from the content-addressed store, hash-verified
3949
self.recvbuf = bytes()
3950
3951
def
send(self, data):
3952
self.ws.send(data, websocket.ABNF.OPCODE_BINARY)
3953
3954
def
recv(self, maxlen):
3955
while
len(self.recvbuf) < maxlen:
Callers
9
send_message
Method · 0.45
shake
Method · 0.45
call_raw_request
Method · 0.45
call_raw_request
Function · 0.45
test_call_enum_remote_error
Function · 0.45
test_call_enum
Function · 0.45
test_call_typed
Function · 0.45
test_call_typed_remote_error
Function · 0.45
send
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected