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

Function PrintSupportedLB

src/brpc/server.cpp:203–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201}
202
203static void PrintSupportedLB(std::ostream& os, void*) {
204 LoadBalancerExtension()->List(os, ' ');
205}
206
207static void PrintSupportedNS(std::ostream& os, void*) {
208 NamingServiceExtension()->List(os, ' ');

Callers

nothing calls this directly

Calls 2

LoadBalancerExtensionFunction · 0.85
ListMethod · 0.45

Tested by

no test coverage detected