Home
last modified time | relevance | path

Searched refs:typeFieldCache (Results 1 – 1 of 1) sorted by relevance

/build/blueprint/proptools/
Dclone.go249 var typeFieldCache sync.Map var
258 if typeFields, ok := typeFieldCache.Load(typ); ok {
269 typeFieldCache.Store(typ, typeFields)