MCPcopy Create free account
hub / github.com/Monibuca/engine / GetUint24

Method GetUint24

util/pool.go:286–288  ·  view source on GitHub ↗
(index int)

Source from the content-addressed store, hash-verified

284}
285
286func (list *BLL) GetUint24(index int) uint32 {
287 return list.GetUintN(index, 3)
288}
289
290func (list *BLL) GetUintN(index int, n int) (result uint32) {
291 for i := 0; i < n; i++ {

Callers

nothing calls this directly

Calls 1

GetUintNMethod · 0.95

Tested by

no test coverage detected