MCPcopy Create free account
hub / github.com/apache/kvrocks / ScriptReset

Method ScriptReset

src/server/server.cc:1938–1942  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

FunctionDeleteFunction · 0.80
FunctionFlushFunction · 0.80

Calls 2

LuaResetMethod · 0.80
GetWorkerMethod · 0.80

Tested by

no test coverage detected