MemoryImporter "imports" data from an in-memory map.
| 299 | |
| 300 | // MemoryImporter "imports" data from an in-memory map. |
| 301 | type 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. |
nothing calls this directly
no outgoing calls
no test coverage detected