Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ isGroupBy
Function
isGroupBy
packages/effect/src/internal/groupBy.ts:45–46 ·
view source on GitHub ↗
(u: unknown)
Source
from the content-addressed store, hash-verified
43
44
/** @internal */
45
export
const
isGroupBy = (u: unknown): u is GroupBy.GroupBy<unknown, unknown, unknown, unknown> =>
46
hasProperty(u, GroupByTypeId)
47
48
/** @internal */
49
export
const
evaluate = dual<
Callers
1
groupBy.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected