Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ reset
Method
reset
source/util/bstring.cpp:29–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
BStringData() = default;
28
29
void reset() {
30
refCount = 0;
31
len = 0;
32
level = 0;
33
str = nullptr;
34
}
35
36
void incRefCount() {
37
refCount.fetch_add(1, std::memory_order_relaxed);
Callers
3
getIconTexture
Method · 0.45
internalPut
Method · 0.45
removeParentCondition
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected