Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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 */
249
export
const
isEmpty = <V>(self: TR.Trie<V>): boolean => size(self) === 0
250
251
/** @internal */
252
export
const
keys = <V>(self: TR.Trie<V>): IterableIterator<string> =>
Callers
1
doBuffer
Function · 0.70
Calls
1
size
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…