Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Monibuca/engine
/ Len
Method
Len
util/buffer.go:176–178 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
174
}
175
176
func
(b Buffer) Len() int {
177
return
len(b)
178
}
179
180
func
(b Buffer) CanRead() bool {
181
return
b.CanReadN(1)
Callers
7
WritePMTBody
Function · 0.95
WritePATPacket
Function · 0.95
Read
Method · 0.95
ReadN
Method · 0.95
Write
Method · 0.95
CanReadN
Method · 0.95
Malloc
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected