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

Method intoStringBuffer

lout/object.cc:96–101  ·  view source on GitHub ↗

* \brief Store a textual representation of the object in a misc::StringBuffer. * * This is used by object::Object::toString. */

Source from the content-addressed store, hash-verified

94 * This is used by object::Object::toString.
95 */
96void Object::intoStringBuffer(misc::StringBuffer *sb)
97{
98 sb->append("<not further specified object ");
99 sb->appendPointer(this);
100 sb->append(">");
101}
102
103/**
104 * \brief Return the number of bytes, this object totally uses.

Callers

nothing calls this directly

Calls 2

appendPointerMethod · 0.80
appendMethod · 0.45

Tested by

no test coverage detected