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

Method resetDynStruct

base/poco/JSON/src/Object.cpp:247–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245
246
247void Object::resetDynStruct() const
248{
249 if (!_pStruct)
250 _pStruct = new Poco::DynamicStruct;
251 else
252 _pStruct->clear();
253}
254
255
256Object::operator const Poco::DynamicStruct& () const

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected