MCPcopy Create free account
hub / github.com/bytecodealliance/component-docs / ctx

Method ctx

component-model/examples/example-host/src/state.rs:18–20  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

16
17impl WasiView for States {
18 fn ctx(&mut self) -> &mut WasiCtx {
19 &mut self.ctx
20 }
21}
22
23impl IoView for States {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected