MCPcopy Create free account
hub / github.com/LeenHawk/sgproxy / SgproxyState

Class SgproxyState

src/do_state.rs:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26#[durable_object]
27pub struct SgproxyState {
28 state: State,
29 env: Env,
30}
31
32impl worker::DurableObject for SgproxyState {
33 fn new(state: State, env: Env) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected