MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime-go / sessionData

Struct sessionData

example_test.go:770–772  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

768}
769
770type sessionData struct {
771 request_id int32
772}
773
774// An example of using [NewStoreWithData] to associate arbitrary data with a [Store], accessible in
775// a callback function via [Caller.Data]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected