MCPcopy
hub / github.com/canopy-network/canopy / GetStateRead

Method GetStateRead

lib/plugin.pb.go:160–167  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

158}
159
160func (x *FSMToPlugin) GetStateRead() *PluginStateReadResponse {
161 if x != nil {
162 if x, ok := x.Payload.(*FSMToPlugin_StateRead); ok {
163 return x.StateRead
164 }
165 }
166 return nil
167}
168
169func (x *FSMToPlugin) GetStateWrite() *PluginStateWriteResponse {
170 if x != nil {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected