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

Function push_str_ref

codegraph-kernel/src/buffers.rs:245–248  ·  view source on GitHub ↗
(buf: &mut Vec<u8>, r: StrRef)

Source from the content-addressed store, hash-verified

243}
244
245fn push_str_ref(buf: &mut Vec<u8>, r: StrRef) {
246 buf.extend_from_slice(&r.0.to_le_bytes());
247 buf.extend_from_slice(&r.1.to_le_bytes());
248}
249
250pub struct Tables {
251 pub nodes: Vec<u8>,

Callers 3

push_nodeMethod · 0.85
push_edgeMethod · 0.85
push_ref_flaggedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected