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

Function push_str

codegraph-kernel/src/cfnptr.rs:1118–1120  ·  view source on GitHub ↗
(out: &mut Vec<String>, bytes: &[u8])

Source from the content-addressed store, hash-verified

1116
1117// ---------- per-file entry ----------
1118
1119fn push_str(out: &mut Vec<String>, bytes: &[u8]) {
1120 out.push(bytes_to_string(bytes));
1121}
1122
1123#[inline]

Callers 6

scan_fnptr_typedefsFunction · 0.85
scan_fntype_typedefsFunction · 0.85
scan_inline_structsFunction · 0.85
scan_alias_namesFunction · 0.85
scan_dispatchFunction · 0.85
scan_array_dispatchFunction · 0.85

Calls 1

bytes_to_stringFunction · 0.85

Tested by

no test coverage detected