MCPcopy 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

getIconTextureMethod · 0.45
internalPutMethod · 0.45
removeParentConditionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected