| 26 | } |
| 27 | |
| 28 | bool RequestFilterPlugin::CanExecute(bool is_masterPort, const std::string & db_name, const char * buf, int buf_size) { |
| 29 | return true; |
| 30 | } |
| 31 | |
| 32 | RequestFilterPluginEntry::RequestFilterPluginEntry() { |
| 33 | } |
nothing calls this directly
no outgoing calls
no test coverage detected