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

Struct InternalImport

depgraph/languages/javascript/parser_javascript.go:52–55  ·  view source on GitHub ↗

InternalImport represents an internal project file import (./, ../)

Source from the content-addressed store, hash-verified

50
51// InternalImport represents an internal project file import (./, ../)
52type InternalImport struct {
53 path string
54 isTypeOnly bool
55}
56
57func (i InternalImport) Path() string {
58 return i.path

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected