MCPcopy 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

processQueryMethod · 0.45
executeQueryMethod · 0.45
createExternalTablesMethod · 0.45
readQueryInfoMethod · 0.45
sendResultMethod · 0.45
onNewCallMethod · 0.45
headersFilterFunction · 0.45
handleRequestMethod · 0.45
readRSAKeysMethod · 0.45
generateRSAKeysMethod · 0.45
createRequestHandlerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected