MCPcopy Create free account
hub / github.com/3rdparty/libprocess / handle

Method handle

src/tests/benchmarks.cpp:617–621  ·  view source on GitHub ↗

TODO(dzhuk): Add benchmark for handlers taking individual message fields as parameters.

Source from the content-addressed store, hash-verified

615 // TODO(dzhuk): Add benchmark for handlers taking individual
616 // message fields as parameters.
617 void handle(const tests::Message& message)
618 {
619 // Intentionally no-op, as ProtobufProcess performance is measured
620 // from receiving MessageEvent till calling handler.
621 }
622
623 void run(int submessages)
624 {

Callers 2

TEST_FFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected