MCPcopy Create free account
hub / github.com/Tencent/phxpaxos / AddStateMachine

Method AddStateMachine

src/algorithm/instance.cpp:805–808  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

803////////////////////////////////
804
805void Instance :: AddStateMachine(StateMachine * poSM)
806{
807 m_oSMFac.AddSM(poSM);
808}
809
810bool Instance :: SMExecute(
811 const uint64_t llInstanceID,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected