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

Method HasReadToken

phxsqlproxy/plugin/requestfilter/freqctrlconfig.cpp:87–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87bool FreqCtrlBucket::HasReadToken() {
88 return HasToken(&db_bucket_struct_.read_bucket);
89}
90
91bool FreqCtrlBucket::HasWriteToken() {
92 return HasToken(&db_bucket_struct_.write_bucket);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected