Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ isTMap
Function
isTMap
packages/effect/src/internal/stm/tMap.ts:44–44 ·
view source on GitHub ↗
(u: unknown)
Source
from the content-addressed store, hash-verified
42
}
43
44
const
isTMap = (u: unknown) => hasProperty(u, TMapTypeId)
45
46
/** @internal */
47
const
InitialCapacity = 16
Callers
1
tMap.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…