MCPcopy Create free account
hub / github.com/DSL-Lab/StreamSplat / read

Function read

gaussian_renderer_dynamic/network_gui.py:43–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41 pass
42
43def read():
44 global conn
45 messageLength = conn.recv(4)
46 messageLength = int.from_bytes(messageLength, 'little')
47 message = conn.recv(messageLength)
48 return json.loads(message.decode("utf-8"))
49
50def send(message_bytes, verify):
51 global conn

Callers 1

receiveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected