Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ ParseBuffer
Method
ParseBuffer
libs/coding/internal/xmlparser.hpp:73–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
}
72
73
XML_Status ParseBuffer(int len, int isFinal)
74
{
75
CHECK(m_parser, ());
76
return XML_ParseBuffer(m_parser.get(), len, isFinal);
77
}
78
79
void OnPostCreate()
80
{
Callers
1
Read
Method · 0.80
Calls
1
get
Method · 0.65
Tested by
no test coverage detected