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

Method Push

util/list.go:6–6  ·  view source on GitHub ↗
(*ListItem[T])

Source from the content-addressed store, hash-verified

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

Callers 5

PushMethod · 0.65
PushMethod · 0.65
TestReorderFunction · 0.65
RecycleMethod · 0.65
TransferMethod · 0.65

Implementers 1

BLLutil/pool.go

Calls

no outgoing calls

Tested by 1

TestReorderFunction · 0.52