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

Method WriteTo

util/pool.go:253–256  ·  view source on GitHub ↗
(w io.Writer)

Source from the content-addressed store, hash-verified

251}
252
253func (list *BLL) WriteTo(w io.Writer) (int64, error) {
254 t := list.ToBuffers()
255 return t.WriteTo(w)
256}
257
258func (list *BLL) ToBytes() (b []byte) {
259 b = make([]byte, 0, list.ByteLength)

Callers 4

WriteFLVTagFunction · 0.45
WritePMTPacketFunction · 0.45
WriteMethod · 0.45
WriteEventMethod · 0.45

Calls 1

ToBuffersMethod · 0.95

Tested by

no test coverage detected