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

Method SMExecute

src/algorithm/instance.cpp:810–817  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

808}
809
810bool Instance :: SMExecute(
811 const uint64_t llInstanceID,
812 const std::string & sValue,
813 const bool bIsMyCommit,
814 SMCtx * poSMCtx)
815{
816 return m_oSMFac.Execute(m_poConfig->GetMyGroupIdx(), llInstanceID, sValue, poSMCtx);
817}
818
819////////////////////////////////
820

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected