MCPcopy 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_messageMethod · 0.80
shakeMethod · 0.80
callMethod · 0.80
configureMethod · 0.80
startMethod · 0.80
disableMethod · 0.80
dispatch_oneMethod · 0.80
initFunction · 0.80
logMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected