MCPcopy Index your code
hub / github.com/Monibuca/engine / Bytes

Method Bytes

util/buffer.go:172–174  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

170}
171
172func (b Buffer) Bytes() []byte {
173 return b
174}
175
176func (b Buffer) Len() int {
177 return len(b)

Callers 5

WritePMTBodyFunction · 0.95
WritePMTFunction · 0.95
WritePATFunction · 0.95
WritePATPacketFunction · 0.95
TestBitsFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestBitsFunction · 0.76