MCPcopy Create free account
hub / github.com/Super-long/ChubbyGo / IsEmpty

Method IsEmpty

BaseServer/concurrentHashMap.go:178–180  ·  view source on GitHub ↗

Checks if map is empty.

()

Source from the content-addressed store, hash-verified

176
177// Checks if map is empty.
178func (m ConcurrentHashMap) IsEmpty() bool {
179 return m.Count() == 0
180}
181
182// Used by the Iter & IterBuffered functions to wrap two variables together over a channel,
183type Tuple struct {

Callers

nothing calls this directly

Calls 1

CountMethod · 0.95

Tested by

no test coverage detected