MCPcopy Create free account
hub / github.com/dillo-browser/dillo / clone

Method clone

lout/object.cc:69–73  ·  view source on GitHub ↗

* \brief Return an exact copy of the object. */

Source from the content-addressed store, hash-verified

67 * \brief Return an exact copy of the object.
68 */
69Object *Object::clone()
70{
71 misc::assertNotReached ();
72 return NULL;
73}
74
75/**
76 * \brief Use object::Object::intoStringBuffer to return a textual

Callers

nothing calls this directly

Calls 1

assertNotReachedFunction · 0.85

Tested by

no test coverage detected