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

Method CanExecute

phxsqlproxy/plugin/requestfilter/requestfilter_plugin.cpp:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28bool RequestFilterPlugin::CanExecute(bool is_masterPort, const std::string & db_name, const char * buf, int buf_size) {
29 return true;
30}
31
32RequestFilterPluginEntry::RequestFilterPluginEntry() {
33}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected