Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ByConity/ByConity
/ get
Method
get
src/Server/GRPCServer.cpp:511–515 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
509
explicit BoolState(bool initial_value) : value(initial_value) {}
510
511
bool get() const
512
{
513
std::lock_guard lock{mutex};
514
return value;
515
}
516
517
void set(bool new_value)
518
{
Callers
15
processQuery
Method · 0.45
executeQuery
Method · 0.45
createExternalTables
Method · 0.45
readQueryInfo
Method · 0.45
sendResult
Method · 0.45
onNewCall
Method · 0.45
headersFilter
Function · 0.45
handleRequest
Method · 0.45
readRSAKeys
Method · 0.45
generateRSAKeys
Method · 0.45
createRequestHandler
Method · 0.45
onResourceReportAction
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected