MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / Arena

Class Arena

codegraph-kernel/src/buffers.rs:143–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141/// buffers are transient and small — intern later if profiling says so).
142#[derive(Default)]
143pub struct Arena {
144 buf: Vec<u8>,
145}
146
147impl Arena {
148 pub fn put(&mut self, s: &str) -> StrRef {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected