MCPcopy Create free account
hub / github.com/comaps/comaps / GetBuffer

Method GetBuffer

libs/coding/internal/xmlparser.hpp:67–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 }
66
67 void * GetBuffer(int len)
68 {
69 CHECK(m_parser, ());
70 return XML_GetBuffer(m_parser.get(), len);
71 }
72
73 XML_Status ParseBuffer(int len, int isFinal)
74 {

Callers 1

ReadMethod · 0.45

Calls 1

getMethod · 0.65

Tested by

no test coverage detected