Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibreSprite/LibreSprite
/ unique
Method
unique
src/base/shared_ptr.h:179–179 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
177
178
long use_count() const { return (m_refCount ? m_refCount->use_count(): 0); }
179
bool unique() const { return use_count() == 1; }
180
181
private:
182
Callers
2
TEST
Function · 0.80
link
Method · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64