Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
247
void Object::resetDynStruct() const
248
{
249
if (!_pStruct)
250
_pStruct = new Poco::DynamicStruct;
251
else
252
_pStruct->clear();
253
}
254
255
256
Object::operator const Poco::DynamicStruct& () const
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected