MCPcopy
hub / github.com/cilium/ebpf / Pointer

Struct Pointer

btf/types.go:141–143  ·  view source on GitHub ↗

Pointer is a pointer to another type.

Source from the content-addressed store, hash-verified

139
140// Pointer is a pointer to another type.
141type Pointer struct {
142 Target Type
143}
144
145func (p *Pointer) Format(fs fmt.State, verb rune) {
146 formatType(fs, verb, p, "target=", p.Target)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected