Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2237
template <typename T>
2238
ObjectPtr<T> ShowObject(const T* obj) { return ObjectPtr<T>(obj); }
2239
2240
template <typename T>
2241
std::ostream& operator<<(std::ostream& os, const ObjectPtr<T>& obj) {
Callers
1
DebugSocket
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected