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

Method Import

jsonnet_test.go:137–140  ·  view source on GitHub ↗
(importedFrom, importedPath string)

Source from the content-addressed store, hash-verified

135}
136
137func (importer *importerWithHistory) Import(importedFrom, importedPath string) (contents Contents, foundAt string, err error) {
138 importer.history = append(importer.history, importHistoryEntry{importedFrom, importedPath})
139 return importer.i.Import(importedFrom, importedPath)
140}
141
142func TestExtVarImportedFrom(t *testing.T) {
143 vm := MakeVM()

Callers

nothing calls this directly

Calls 1

ImportMethod · 0.65

Tested by

no test coverage detected