| 1090 | }; |
| 1091 | |
| 1092 | static StopOptions DEFAULT_STOP_OPTIONS() |
| 1093 | { |
| 1094 | return { |
| 1095 | /* .grace_period = */ Seconds(0), |
| 1096 | }; |
| 1097 | }; |
| 1098 | |
| 1099 | static Try<Server> create( |
| 1100 | network::Socket socket, |
nothing calls this directly
no outgoing calls
no test coverage detected