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

Method empty

base/base/JSON.cpp:418–421  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

416
417
418bool JSON::empty() const
419{
420 return size() == 0;
421}
422
423
424JSON JSON::operator[] (size_t n) const

Callers 15

PromQLParser.cppFile · 0.45
parseFunction · 0.45
parseFunction · 0.45
jquery.min.jsFile · 0.45
insertAtEndFunction · 0.45
argsToConfigFunction · 0.45
borrowObjectMethod · 0.45
tryBorrowObjectMethod · 0.45
operator==Function · 0.45
checkFunction · 0.45

Calls 1

sizeFunction · 0.50

Tested by

no test coverage detected