| 227 | ExecEnv* ExecEnv::exec_env_ = nullptr; |
| 228 | |
| 229 | ExecEnv::ExecEnv(bool external_fe) |
| 230 | : ExecEnv(FLAGS_krpc_port, FLAGS_state_store_subscriber_port, FLAGS_webserver_port, |
| 231 | FLAGS_state_store_host, FLAGS_state_store_port, FLAGS_state_store_2_host, |
| 232 | FLAGS_state_store_2_port, external_fe) {} |
| 233 | |
| 234 | ExecEnv::ExecEnv(int krpc_port, int subscriber_port, int webserver_port, |
| 235 | const string& statestore_host, int statestore_port, |
nothing calls this directly
no test coverage detected