| 43 | |
| 44 | |
| 45 | type ConcurrentHashMap struct { |
| 46 | ThreadSafeHashMap []*ConcurrentMapShared |
| 47 | NowKeyNumber uint64 |
| 48 | BucketNumber uint32 |
| 49 | } |
| 50 | |
| 51 | |
| 52 | type ConcurrentMapShared struct { |
nothing calls this directly
no outgoing calls
no test coverage detected