Searched refs:scopePaths (Results 1 – 1 of 1) sorted by relevance
526 type scopePaths struct { struct646 scopePaths map[*apiScope]*scopePaths member815 if c.scopePaths == nil {816 c.scopePaths = make(map[*apiScope]*scopePaths)818 paths := c.scopePaths[scope]820 paths = &scopePaths{}821 c.scopePaths[scope] = paths828 if c.scopePaths == nil {832 return c.scopePaths[scope]1222 scopeTag.extractDepInfo(ctx, to, scopePaths)[all …]