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

Method push_ref

codegraph-kernel/src/buffers.rs:312–314  ·  view source on GitHub ↗
(&mut self, r: &RefRow)

Source from the content-addressed store, hash-verified

310 }
311
312 pub fn push_ref(&mut self, r: &RefRow) {
313 self.push_ref_flagged(r, 0);
314 }
315
316 pub fn push_ref_flagged(&mut self, r: &RefRow, flags: u8) {
317 let buf = &mut self.refs;

Callers 14

push_ref_atMethod · 0.45
push_ref_atMethod · 0.45
push_ref_atMethod · 0.45
push_ref_atMethod · 0.45
push_ref_atMethod · 0.45
push_ref_atMethod · 0.45

Calls 1

push_ref_flaggedMethod · 0.80

Tested by 1