Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/debugger
/ AbslHashValue
Function
AbslHashValue
core/refcountobject.h:196–199 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
194
195
template <typename H>
196
friend H AbslHashValue(H h, const DbgRef<T>& value)
197
{
198
return AbslHashValue(std::move(h), value.m_obj);
199
}
200
};
201
202
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected