MCPcopy Create free account
hub / github.com/Tencent/phxqueue / SetNeedCheck

Method SetNeedCheck

phxqueue/config/baseconfig.h:57–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 }
56
57 void SetNeedCheck(bool need_check) {
58 need_check_ = need_check;
59 }
60
61 bool NeedCheck() {
62 return need_check_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected