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

Method dispatchSubtreeModified

base/poco/XML/src/AbstractNode.cpp:300–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298
299
300void AbstractNode::dispatchSubtreeModified()
301{
302 AutoPtr<MutationEvent> event = new MutationEvent(_pOwner, MutationEvent::DOMSubtreeModified, this, true, false, 0);
303 dispatchEvent(event.get());
304}
305
306
307void AbstractNode::dispatchNodeInserted()

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected