Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dblalock/bolt
/ SharedImpl
Method
SharedImpl
cpp/quantize/catch.hpp:388–388 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
386
struct SharedImpl : T {
387
388
SharedImpl() : m_rc( 0 ){}
389
390
virtual void addRef() const {
391
++m_rc;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected