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

Function PrintSupportedNS

src/brpc/server.cpp:207–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205}
206
207static void PrintSupportedNS(std::ostream& os, void*) {
208 NamingServiceExtension()->List(os, ' ');
209}
210
211static void PrintSupportedProtocols(std::ostream& os, void*) {
212 std::vector<Protocol> protocols;

Callers

nothing calls this directly

Calls 2

NamingServiceExtensionFunction · 0.85
ListMethod · 0.45

Tested by

no test coverage detected