Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dillo-browser/dillo
/ StringBuffer
Method
StringBuffer
lout/misc.cc:40–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
39
40
StringBuffer::StringBuffer()
41
{
42
firstNode = lastNode = NULL;
43
numChars = 0;
44
str = NULL;
45
strValid = false;
46
}
47
48
StringBuffer::~StringBuffer()
49
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected