MCPcopy Create free account
hub / github.com/DFHack/dfhack / Size

Method Size

depends/tinyxml/tinyxml.h:1777–1777  ·  view source on GitHub ↗

Return the length of the result string.

Source from the content-addressed store, hash-verified

1775 const char* CStr() { return buffer.c_str(); }
1776 /// Return the length of the result string.
1777 size_t Size() { return buffer.size(); }
1778
1779 #ifdef TIXML_USE_STL
1780 /// Return the result.

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected