MCPcopy Create free account
hub / github.com/TheThingsNetwork/lorawan-stack / bytesDecoder

Struct bytesDecoder

pkg/util/io/io.go:103–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103type bytesDecoder struct {
104 s *bufio.Scanner
105 decoder func(string) ([]byte, error)
106}
107
108func (d *bytesDecoder) Decode(i any) error {
109 buf, ok := i.(*[]byte)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected