| 1936 | } |
| 1937 | |
| 1938 | void Server::ScriptReset() { |
| 1939 | for (auto &wt : worker_threads_) { |
| 1940 | wt->GetWorker()->LuaReset(); |
| 1941 | } |
| 1942 | } |
| 1943 | |
| 1944 | Status Server::ScriptFlush() { |
| 1945 | auto cf = storage->GetCFHandle(ColumnFamilyID::Propagate); |
no test coverage detected