MCPcopy
hub / github.com/q191201771/lal / Bytes

Method Bytes

pkg/rtmp/message_packer.go:305–307  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

303}
304
305func (b *Buffer) Bytes() []byte {
306 return b.core[b.readPos:b.writePos]
307}
308
309func (b *Buffer) Len() int {
310 return b.writePos - b.readPos

Callers 15

getHttptsFunction · 0.95
Annexb2AvccFunction · 0.95
TestCaptureAvcFunction · 0.95
TestCornerFunction · 0.95
MetadataEnsureWithSdfFunction · 0.95
BuildMetadataFunction · 0.95
WriteToMethod · 0.95

Calls

no outgoing calls

Tested by 10

TestCaptureAvcFunction · 0.76
TestCornerFunction · 0.76
BenchmarkAmf0_ReadObjectFunction · 0.76
TestWriteFunction · 0.76
TestChunkComposerFunction · 0.64