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

Method push_ref

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

Source from the content-addressed store, hash-verified

311 }
312
313 pub fn push_ref(&mut self, r: &RefRow) {
314 self.push_ref_flagged(r, 0);
315 }
316
317 pub fn push_ref_flagged(&mut self, r: &RefRow, flags: u8) {
318 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