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

Struct Load

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

Load represents the LOAD virtual machine opcode.

Source from the content-addressed store, hash-verified

160
161// Load represents the LOAD virtual machine opcode.
162type Load struct {
163 DataType protocol.Type // The value types to load.
164}
165
166func (c Load) String() string { return fmt.Sprintf("Load(Type: %v)", c.DataType) }
167

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected