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

Struct Jump

bpf/instructions.go:499–501  ·  view source on GitHub ↗

Jump skips the following Skip instructions in the program.

Source from the content-addressed store, hash-verified

497
498// Jump skips the following Skip instructions in the program.
499type Jump struct {
500 Skip uint32
501}
502
503// Assemble implements the Instruction Assemble method.
504func (a Jump) Assemble() (RawInstruction, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected