MCPcopy Create free account
hub / github.com/chronoxor/FastBinaryEncoding / onReceiveLog

Method onReceiveLog

proto/fbe_protocol.h:104–104  ·  view source on GitHub ↗

Receive log message handler

Source from the content-addressed store, hash-verified

102 virtual bool onReceive(size_t type, const void* data, size_t size) = 0;
103 // Receive log message handler
104 virtual void onReceiveLog(const std::string& message) const {}
105
106protected:
107 std::shared_ptr<FBEBuffer> _buffer;

Callers 4

onReceiveMethod · 0.95
onReceiveMethod · 0.95
onReceiveMethod · 0.45
onReceiveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected