MCPcopy Create free account
hub / github.com/Tencent/phxsql / FreqCtrlBucket

Method FreqCtrlBucket

phxsqlproxy/plugin/requestfilter/freqctrlconfig.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24namespace phxsqlproxy {
25
26FreqCtrlBucket::FreqCtrlBucket() {
27 memset(&db_token_, 0, sizeof(db_token_));
28 memset(&db_bucket_struct_, 0, sizeof(db_bucket_struct_));
29}
30
31FreqCtrlBucket::~FreqCtrlBucket() {
32}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected