| 25 | |
| 26 | #[durable_object] |
| 27 | pub struct SgproxyState { |
| 28 | state: State, |
| 29 | env: Env, |
| 30 | } |
| 31 | |
| 32 | impl worker::DurableObject for SgproxyState { |
| 33 | fn new(state: State, env: Env) -> Self { |
nothing calls this directly
no outgoing calls
no test coverage detected