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

Method SetConfig

phxsqlproxy/plugin/requestfilter/requestfilter_plugin.cpp:24–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24void RequestFilterPlugin::SetConfig(phxsqlproxy::PHXSqlProxyConfig * config,
25 phxsqlproxy::WorkerConfig_t * worker_config) {
26}
27
28bool RequestFilterPlugin::CanExecute(bool is_masterPort, const std::string & db_name, const char * buf, int buf_size) {
29 return true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected