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

Function facts

codegraph-kernel/src/cfnptr.rs:1269–1271  ·  view source on GitHub ↗
(src: &str)

Source from the content-addressed store, hash-verified

1267mod tests {
1268 use super::*;
1269
1270 fn facts(src: &str) -> FileFacts {
1271 scan_file(src, &[])
1272 }
1273
1274 #[test]

Callers 6

typedef_formsFunction · 0.85
init_modifier_backtrackFunction · 0.85
field_assign_pairsFunction · 0.85
alias_shapesFunction · 0.85
includes_from_rawFunction · 0.85

Calls 1

scan_fileFunction · 0.85

Tested by 6

typedef_formsFunction · 0.68
init_modifier_backtrackFunction · 0.68
field_assign_pairsFunction · 0.68
alias_shapesFunction · 0.68
includes_from_rawFunction · 0.68