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

Method check

tests/test_send_receive.cpp:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 MyReceiver() : _order(false), _balance(false), _account(false) {}
24
25 bool check() const { return _order && _balance && _account; }
26
27protected:
28 void onReceive(const proto::OrderMessage& value) override { _order = true; }

Callers 1

SendAndReceiveFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected