MCPcopy 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
176func (b Buffer) Len() int {
177 return len(b)
178}
179
180func (b Buffer) CanRead() bool {
181 return b.CanReadN(1)

Callers 7

WritePMTBodyFunction · 0.95
WritePATPacketFunction · 0.95
ReadMethod · 0.95
ReadNMethod · 0.95
WriteMethod · 0.95
CanReadNMethod · 0.95
MallocMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected