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

Class Arena

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected