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

Method PushValue

util/pool.go:147–153  ·  view source on GitHub ↗
(item *BLL)

Source from the content-addressed store, hash-verified

145}
146
147func (list *BLLs) PushValue(item *BLL) {
148 if list == nil {
149 return
150 }
151 list.List.PushValue(item)
152 list.ByteLength += item.ByteLength
153}
154
155func (list *BLLs) Push(item LIBP) {
156 if list == nil {

Callers 5

PushMethod · 0.95
AddIDRMethod · 0.45
AppendAuBytesMethod · 0.45
CompleteRTPMethod · 0.45
AssignMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected