MCPcopy Create free account
hub / github.com/Effect-TS/effect / isEmpty

Function isEmpty

packages/effect/src/internal/trie.ts:249–249  ·  view source on GitHub ↗
(self: TR.Trie<V>)

Source from the content-addressed store, hash-verified

247
248/** @internal */
249export const isEmpty = <V>(self: TR.Trie<V>): boolean => size(self) === 0
250
251/** @internal */
252export const keys = <V>(self: TR.Trie<V>): IterableIterator<string> =>

Callers 1

doBufferFunction · 0.70

Calls 1

sizeFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…