MCPcopy Create free account
hub / github.com/google/gapid / Store

Struct Store

gapis/replay/opcode/opcodes.go:198–198  ·  view source on GitHub ↗

Store represents the STORE virtual machine opcode.

Source from the content-addressed store, hash-verified

196
197// Store represents the STORE virtual machine opcode.
198type Store struct{}
199
200func (c Store) String() string { return "Store" }
201

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected