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

Struct Pop

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

Pop represents the POP virtual machine opcode.

Source from the content-addressed store, hash-verified

172
173// Pop represents the POP virtual machine opcode.
174type Pop struct {
175 Count uint32 // Number of elements to pop from the top of the stack.
176}
177
178func (c Pop) String() string { return fmt.Sprintf("Pop(Count: %d)", c.Count) }
179

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected