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

Function file_node_id

codegraph-kernel/src/ids.rs:36–38  ·  view source on GitHub ↗
(file_path: &str)

Source from the content-addressed store, hash-verified

34}
35
36pub fn file_node_id(file_path: &str) -> String {
37 format!("file:{file_path}")
38}
39
40#[cfg(test)]
41mod tests {

Callers 15

extractFunction · 0.85
extractFunction · 0.85
extractFunction · 0.85
extractFunction · 0.85
extractFunction · 0.85
extractFunction · 0.85
extractFunction · 0.85
extractFunction · 0.85
extractFunction · 0.85
extractFunction · 0.85
extractFunction · 0.85
extractFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected