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

Struct MemoryImporter

imports.go:301–303  ·  view source on GitHub ↗

MemoryImporter "imports" data from an in-memory map.

Source from the content-addressed store, hash-verified

299
300// MemoryImporter "imports" data from an in-memory map.
301type MemoryImporter struct {
302 Data map[string]Contents
303}
304
305// Import fetches data from a map entry.
306// All paths are treated as absolute keys.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected