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

Function facts

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

Source from the content-addressed store, hash-verified

1249mod tests {
1250 use super::*;
1251
1252 fn facts(src: &str) -> FileFacts {
1253 scan_file(src, &[])
1254 }
1255
1256 #[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