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

Function check

base/base/StringViewHash.h:334–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

332namespace ZeroTraits
333{
334 inline bool check(const std::string_view & x) { return x.empty(); }
335 inline void set(std::string_view & x) { x = std::string_view(); }
336}

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected