MCPcopy Create free account
hub / github.com/concensure/Semantic / ImportTarget

Class ImportTarget

parser/src/lib.rs:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72
73#[derive(Debug, Clone)]
74struct ImportTarget {
75 file: String,
76 source_symbol: Option<String>,
77}
78
79#[derive(Debug, Clone)]
80struct ImportBinding {

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…