Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Azure/aztfexport
/ MetaMap
Struct
MetaMap
internal/meta/meta_map.go:17–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
)
16
17
type
MetaMap
struct
{
18
baseMeta
19
mappingFile string
20
}
21
22
func
NewMetaMap(cfg config.Config) (*MetaMap, error) {
23
cfg.Logger.Info(
"New map meta"
)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected