MCPcopy Index your code
hub / github.com/cloudflare/ebpf_exporter / String

Struct String

decoder/string.go:8–8  ·  view source on GitHub ↗

String is a decoder that decodes strings coming from the kernel

Source from the content-addressed store, hash-verified

6
7// String is a decoder that decodes strings coming from the kernel
8type String struct{}
9
10// Decode transforms byte slice from the kernel into string
11func (s *String) Decode(in []byte, _ config.Decoder) ([]byte, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected