MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / releaseInputSource

Method releaseInputSource

base/poco/XML/src/XMLFilterImpl.cpp:183–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181
182
183void XMLFilterImpl::releaseInputSource(InputSource* pSource)
184{
185 if (_pEntityResolver)
186 _pEntityResolver->releaseInputSource(pSource);
187}
188
189
190void XMLFilterImpl::notationDecl(const XMLString& name, const XMLString* publicId, const XMLString* systemId)

Callers 2

parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected