MCPcopy
hub / github.com/google/go-jsonnet / importerWithHistory

Struct importerWithHistory

jsonnet_test.go:132–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132type importerWithHistory struct {
133 i MemoryImporter
134 history []importHistoryEntry
135}
136
137func (importer *importerWithHistory) Import(importedFrom, importedPath string) (contents Contents, foundAt string, err error) {
138 importer.history = append(importer.history, importHistoryEntry{importedFrom, importedPath})

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected