Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Effect-TS/effect
/ none
Function
none
packages/effect/src/Option.ts:162–162 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
160
* @since 2.0.0
161
*/
162
export
const
none = <A = never>(): Option<A> => option.none
163
164
/**
165
* Wraps the given value into an `Option` to represent its presence.
Callers
8
fromIterable
Function · 0.85
firstSomeOf
Function · 0.85
fromNullable
Function · 0.85
liftThrowable
Function · 0.85
Option.ts
File · 0.85
product
Function · 0.85
productMany
Function · 0.85
all
Function · 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…