Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
109
public:
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
length
Method · 0.80
c_str
Method · 0.45
Tested by
no test coverage detected