Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LabPy/lantz
/ sendrecord
Function
sendrecord
lantz/drivers/legacy/rpc.py:258–259 ·
view source on GitHub ↗
(sock, record)
Source
from the content-addressed store, hash-verified
256
257
258
def
sendrecord(sock, record):
259
sendfrag(sock, 1, record)
260
261
262
def
recvfrag(sock):
Callers
2
do_call
Method · 0.85
session
Method · 0.85
Calls
1
sendfrag
Function · 0.85
Tested by
no test coverage detected