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

Method Shift

util/list.go:7–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5type IList[T any] interface {
6 Push(*ListItem[T])
7 Shift() *ListItem[T]
8 Clear()
9}
10

Callers 3

ShiftIDRMethod · 0.65
WriteAVCCMethod · 0.65
ShiftMethod · 0.65

Implementers 1

BLLutil/pool.go

Calls

no outgoing calls

Tested by

no test coverage detected