Searched refs:namespacesByDir (Results 1 – 1 of 1) sorted by relevance
84 namespacesByDir sync.Map // if generics were supported, this would be sync.Map[string]*Namespace member92 namespacesByDir: sync.Map{},137 r.namespacesByDir.Store(namespace.Path, namespace)143 mapVal, found := r.namespacesByDir.Load(path)161 r.namespacesByDir.Store(path, namespace)