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

Class DebugPrinter

src/brpc/restful.cpp:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68struct DebugPrinter {
69 explicit DebugPrinter(const RestfulMethodPath& p) : path(&p) {}
70 const RestfulMethodPath* path;
71};
72
73std::ostream& operator<<(std::ostream& os, const DebugPrinter& p) {
74 os << "{service=" << p.path->service_name

Callers 2

ParseRestfulPathFunction · 0.85
FindMethodPropertyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected