MCPcopy Create free account
hub / github.com/OpenArkStudio/ARK / AFString

Method AFString

src/base/AFString.hpp:110–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108
109public:
110 AFString()
111 {
112 mxStack[0] = 0;
113 mpData = mxStack;
114 mnCapacity = SIZE;
115 mnSize = 0;
116 }
117
118 ~AFString()
119 {

Callers

nothing calls this directly

Calls 2

lengthMethod · 0.80
c_strMethod · 0.45

Tested by

no test coverage detected