MCPcopy Create free account
hub / github.com/XTXMarkets/ternfs / MakeDirectoryStateMachine

Method MakeDirectoryStateMachine

cpp/cdc/CDCDB.cpp:300–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298 MakeDirectoryState state;
299
300 MakeDirectoryStateMachine(StateMachineEnv& env_, const MakeDirectoryReq& req_, MakeDirectoryState state_):
301 env(env_), req(req_), state(state_)
302 {}
303
304 void resume(const ShardRespContainer* resp) {
305 if (env.txnStep == TXN_START) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected