Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
332
namespace 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
empty
Method · 0.45
Tested by
no test coverage detected