| 34 | ) |
| 35 | |
| 36 | type ChubbyGoConcurrentMap struct { |
| 37 | MapEntry reflect.Value |
| 38 | Flag uint32 |
| 39 | } |
| 40 | |
| 41 | func NewChubbyGoMap(flag uint32) *ChubbyGoConcurrentMap{ |
| 42 | entry := ChubbyGoConcurrentMap{} |
nothing calls this directly
no outgoing calls
no test coverage detected