Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
288
void Object::clear()
289
{
290
_values.clear();
291
_keys.clear();
292
_pStruct = 0;
293
_modified = true;
294
}
295
296
297
} } // namespace Poco::JSON
Callers
4
Object
Method · 0.45
Object.cpp
File · 0.45
getNames
Method · 0.45
resetDynStruct
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected