| 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) { |
nothing calls this directly
no outgoing calls
no test coverage detected