Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ isSimpleKey
Function
isSimpleKey
packages/effect/src/MutableHashMap.ts:285–285 ·
view source on GitHub ↗
(u: unknown)
Source
from the content-addressed store, hash-verified
283
284
const
referentialKeysCache =
new
WeakMap<any, any>()
285
const
isSimpleKey = (u: unknown): boolean => typeof u !==
"object"
&& typeof u !==
"function"
286
287
/**
288
* Returns an iterable over the keys in the `MutableHashMap`.
Callers
1
MutableHashMap.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected