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

Function ShowObject

src/brpc/socket.cpp:2238–2238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2236
2237template <typename T>
2238ObjectPtr<T> ShowObject(const T* obj) { return ObjectPtr<T>(obj); }
2239
2240template <typename T>
2241std::ostream& operator<<(std::ostream& os, const ObjectPtr<T>& obj) {

Callers 1

DebugSocketMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected