MCPcopy Create free account
hub / github.com/apache/brpc / SortByChannelPtr

Class SortByChannelPtr

src/brpc/parallel_channel.cpp:509–514  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

507}
508
509struct SortByChannelPtr {
510 bool operator()(const ParallelChannel::SubChan& c1,
511 const ParallelChannel::SubChan& c2) const {
512 return c1.chan < c2.chan;
513 }
514};
515
516struct EqualChannelPtr {
517 bool operator()(const ParallelChannel::SubChan& c1,

Callers 1

ResetMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected