Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_at
Method · 0.45
flush_fn_ref_candidates
Method · 0.45
push_ref_at
Method · 0.45
flush_fn_ref_candidates
Method · 0.45
push_ref_at
Method · 0.45
flush_fn_ref_candidates
Method · 0.45
push_ref_at
Method · 0.45
flush_fn_ref_candidates
Method · 0.45
push_ref_at
Method · 0.45
flush_fn_ref_candidates
Method · 0.45
push_ref_at
Method · 0.45
flush_fn_ref_candidates
Method · 0.45
Calls
1
push_ref_flagged
Method · 0.80
Tested by
1
row_sizes_match_constants
Function · 0.36