MCPcopy
hub / github.com/golang/net / StoreScratch

Struct StoreScratch

bpf/instructions.go:363–366  ·  view source on GitHub ↗

StoreScratch stores register Src into scratch[N].

Source from the content-addressed store, hash-verified

361
362// StoreScratch stores register Src into scratch[N].
363type StoreScratch struct {
364 Src Register
365 N int // 0-15
366}
367
368// Assemble implements the Instruction Assemble method.
369func (a StoreScratch) Assemble() (RawInstruction, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected