Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ key
Method
key
packages/effect/src/Optic.ts:991–993 ·
view source on GitHub ↗
(key: PropertyKey)
Source
from the content-addressed store, hash-verified
989
return
make(compose(this.node, that.node))
990
}
991
key(key: PropertyKey): any {
992
return
make(compose(this.node, [
new
PathNode([key])]))
993
}
994
optionalKey(key: PropertyKey): any {
995
return
make(
996
compose(
Callers
nothing calls this directly
Calls
2
make
Function · 0.70
compose
Function · 0.70
Tested by
no test coverage detected