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

Method clear

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

Source from the content-addressed store, hash-verified

286
287
288void Object::clear()
289{
290 _values.clear();
291 _keys.clear();
292 _pStruct = 0;
293 _modified = true;
294}
295
296
297} } // namespace Poco::JSON

Callers 4

ObjectMethod · 0.45
Object.cppFile · 0.45
getNamesMethod · 0.45
resetDynStructMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected