MCPcopy Create free account
hub / github.com/That3Percent/tree-buf / Buffer

Class Buffer

tree-buf/src/internal/buffer.rs:17–20  ·  view source on GitHub ↗

This is an unsafe implementation of Vec with a fixed capacity. It does not support: zsts, drop, or items with alignment > 64. It is always allocated at full capacity when constructed, and can be re-used for other types also satisfying the constraints

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected