MCPcopy 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
295String::String (const char *str): ConstString (str ? dStrdup(str) : NULL)
296{
297}
298
299String::~String ()
300{

Callers

nothing calls this directly

Calls 1

dStrdupFunction · 0.85

Tested by

no test coverage detected