Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ isTSet
Function
isTSet
packages/effect/src/internal/stm/tSet.ts:32–32 ·
view source on GitHub ↗
(u: unknown)
Source
from the content-addressed store, hash-verified
30
}
31
32
const
isTSet = (u: unknown) => hasProperty(u, TSetTypeId)
33
34
/** @internal */
35
export
const
add = dual<
Callers
1
tSet.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected