MCPcopy Index your code
hub / github.com/LegacyCodeHQ/clarity-cli / ExternalImport

Struct ExternalImport

depgraph/languages/python/parser_python.go:35–38  ·  view source on GitHub ↗

ExternalImport represents an external module import.

Source from the content-addressed store, hash-verified

33
34// ExternalImport represents an external module import.
35type ExternalImport struct {
36 path string
37 isTypeOnly bool
38}
39
40func (e ExternalImport) Path() string {
41 return e.path

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected