Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
pub fn file_node_id(file_path: &str) -> String {
37
format!(
"file:{file_path}"
)
38
}
39
40
#[cfg(test)]
41
mod tests {
Callers
15
extract
Function · 0.85
extract
Function · 0.85
extract
Function · 0.85
extract
Function · 0.85
extract
Function · 0.85
extract
Function · 0.85
extract
Function · 0.85
extract
Function · 0.85
extract
Function · 0.85
extract
Function · 0.85
extract
Function · 0.85
extract
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected