Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
305
func
(b *Buffer) Bytes() []byte {
306
return
b.core[b.readPos:b.writePos]
307
}
308
309
func
(b *Buffer) Len() int {
310
return
b.writePos - b.readPos
Callers
15
getHttpts
Function · 0.95
Annexb2Avcc
Function · 0.95
TestCaptureAvc
Function · 0.95
TestCorner
Function · 0.95
MetadataEnsureWithSdf
Function · 0.95
BuildMetadata
Function · 0.95
WriteTo
Method · 0.95
TestAmf0_WriteNumber_ReadNumber
Function · 0.95
TestAmf0_WriteString_ReadString
Function · 0.95
TestAmf0_WriteObject_ReadObject
Function · 0.95
TestAmf0_WriteNull_readNull
Function · 0.95
TestAmf0_WriteBoolean_ReadBoolean
Function · 0.95
Calls
no outgoing calls
Tested by
10
TestCaptureAvc
Function · 0.76
TestCorner
Function · 0.76
TestAmf0_WriteNumber_ReadNumber
Function · 0.76
TestAmf0_WriteString_ReadString
Function · 0.76
TestAmf0_WriteObject_ReadObject
Function · 0.76
TestAmf0_WriteNull_readNull
Function · 0.76
TestAmf0_WriteBoolean_ReadBoolean
Function · 0.76
BenchmarkAmf0_ReadObject
Function · 0.76
TestWrite
Function · 0.76
TestChunkComposer
Function · 0.64