Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chronoxor/FastBinaryEncoding
/ on_send
Method
on_send
projects/Python/proto/fbe.py:3103–3104 ·
view source on GitHub ↗
(self, buffer, offset, size)
Source
from the content-addressed store, hash-verified
3101
3102
# Send message handler
3103
def
on_send(self, buffer, offset, size):
3104
raise
NotImplementedError(
"Abstract method call!"
)
3105
3106
# Send log message handler
3107
def
on_send_log(self, message):
Callers
1
send_serialized
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected