MCPcopy 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

BStringMethod · 0.80
toLowerCaseMethod · 0.80
toUpperCaseMethod · 0.80
bstring.cppFile · 0.80
makeWritableMethod · 0.80

Calls 1

fetch_addMethod · 0.45

Tested by

no test coverage detected