MCPcopy Create free account
hub / github.com/apache/kvrocks / DecrFetchFileThread

Method DecrFetchFileThread

src/server/server.h:216–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214 static std::vector<std::string> RedactSensitiveTokens(const std::vector<std::string> &tokens);
215 void IncrFetchFileThread() { fetch_file_threads_num_++; }
216 void DecrFetchFileThread() { fetch_file_threads_num_--; }
217 int GetFetchFileThreadNum() const { return fetch_file_threads_num_; }
218
219 int PublishMessage(const std::string &channel, const std::string &msg);

Callers 2

ExecuteMethod · 0.80
ExecuteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected