MCPcopy 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
258def sendrecord(sock, record):
259 sendfrag(sock, 1, record)
260
261
262def recvfrag(sock):

Callers 2

do_callMethod · 0.85
sessionMethod · 0.85

Calls 1

sendfragFunction · 0.85

Tested by

no test coverage detected