Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Monibuca/engine
/ Len
Method
Len
util/buffer.go:69–69 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
67
// IBytes 用于区分传入的内存是否是复用内存,例如从网络中读取的数据,如果是复用内存,需要尽早复制
68
type
IBytes
interface
{
69
Len() int
70
Bytes() []byte
71
Reuse() bool
72
}
Callers
15
WritePESPacket
Method · 0.65
Summary
Method · 0.65
onSuberClose
Method · 0.65
run
Method · 0.65
Run
Function · 0.65
WriteAVCC
Method · 0.65
WriteRTPFrame
Method · 0.65
WriteRawBytes
Method · 0.65
GetFromPool
Method · 0.65
Marshal
Method · 0.65
Skip
Method · 0.65
ReadByte
Method · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected