Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/concensure/Semantic
/ CodeParser
Class
CodeParser
parser/src/lib.rs:68–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
}
67
68
pub struct CodeParser {
69
parser: Parser,
70
cache: AstCache,
71
}
72
73
#[derive(Debug, Clone)]
74
struct ImportTarget {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…