Not thread safe
(key K)
| 42 | Get(key K) (V, bool) // Not thread safe |
| 43 | GetNoCheck(key K) V // Not thread safe |
| 44 | Remove(key K) // Not thread safe |
| 45 | Present(key K) bool // Not thread safe |
| 46 | |
| 47 | AtomicSet(key K, value V) |
no outgoing calls
no test coverage detected