Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ajkhoury/ReClassEx
/ SString
Method
SString
scintilla/include/SString.h:140–140 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
138
139
public:
140
SString() : sLen(0), sizeGrowth(sizeGrowthDefault) {}
141
SString(const SString &source) : SContainer(), sizeGrowth(sizeGrowthDefault) {
142
s = StringAllocate(source.s, source.sLen);
143
sSize = sLen = (s) ? source.sLen : 0;
Callers
nothing calls this directly
Calls
3
ptr
Method · 0.80
reset
Method · 0.80
size
Method · 0.45
Tested by
no test coverage detected