Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ incRefCount
Method
incRefCount
source/util/bstring.cpp:36–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
void incRefCount() {
37
refCount.fetch_add(1, std::memory_order_relaxed);
38
}
39
40
void decRefCount();
41
Callers
5
BString
Method · 0.80
toLowerCase
Method · 0.80
toUpperCase
Method · 0.80
bstring.cpp
File · 0.80
makeWritable
Method · 0.80
Calls
1
fetch_add
Method · 0.45
Tested by
no test coverage detected