(payload: Map<String, Value>)
| 43 | LazyLock::new(|| Mutex::new(None)); |
| 44 | |
| 45 | fn ok(payload: Map<String, Value>) -> LcmResponse { |
| 46 | (StatusCode::OK, Json(Value::Object(payload))) |
| 47 | } |
| 48 | |
| 49 | fn err(status: StatusCode, message: impl Into<String>) -> LcmResponse { |
| 50 | ( |
no outgoing calls
no test coverage detected