MCPcopy Create free account
hub / github.com/segmentio/encoding / decodeFixed32

Function decodeFixed32

proto/uint32.go:68–72  ·  view source on GitHub ↗
(b []byte, p unsafe.Pointer, _ flags)

Source from the content-addressed store, hash-verified

66}
67
68func decodeFixed32(b []byte, p unsafe.Pointer, _ flags) (int, error) {
69 v, n, err := decodeLE32(b)
70 *(*uint32)(p) = v
71 return n, err
72}

Callers

nothing calls this directly

Calls 1

decodeLE32Function · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…