Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dillo-browser/dillo
/ String
Method
String
lout/object.cc:295–297 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
293
// ------------
294
295
String::String (const char *str): ConstString (str ? dStrdup(str) : NULL)
296
{
297
}
298
299
String::~String ()
300
{
Callers
nothing calls this directly
Calls
1
dStrdup
Function · 0.85
Tested by
no test coverage detected