MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / beforePropagateMulti

Function beforePropagateMulti

src/multi.cpp:119–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119void beforePropagateMulti() {
120 /* Propagating MULTI */
121 serverAssert(!serverTL->propagate_in_transaction);
122 serverTL->propagate_in_transaction = 1;
123}
124
125void afterPropagateExec() {
126 /* Propagating EXEC */

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected