Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Read
Method · 0.45
Calls
1
get
Method · 0.65
Tested by
no test coverage detected