Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ functions
Functions
8,651 in github.com/Effect-TS/effect
⨍
Functions
8,651
◇
Types & classes
5,147
↓ 12 callers
Function
none
()
packages/effect/src/Option.ts:256
↓ 11 callers
Method
and
(other: Check<E>, annotations?: Schema.Annotations.Filter)
packages/effect/src/SchemaAST.ts:3157
↓ 11 callers
Function
decode
(options?: DecodeOptions)
packages/effect/src/unstable/encoding/Sse.ts:102
↓ 11 callers
Method
decodeError
(cause: unknown)
packages/effect/src/unstable/http/HttpServerResponse.ts:1251
↓ 11 callers
Function
effectIsExit
(effect: Effect.Effect<A, E, R>)
packages/effect/src/internal/effect.ts:1724
↓ 11 callers
Method
evaluate
(input: unknown)
packages/effect/src/Match.ts:233
↓ 11 callers
Method
fail
(message: string)
packages/effect/src/unstable/encoding/Toml.ts:490
↓ 11 callers
Method
fromReason
* Creates a cookie error from a reason tag and optional cause. * * @since 4.0.0
packages/effect/src/unstable/http/Cookies.ts:200
↓ 11 callers
Function
fromRefinement
( ast: AST, refinement: (input: unknown) => input is T )
packages/effect/src/SchemaAST.ts:3810
↓ 11 callers
Function
handler
( input: string, context: CompletionContext )
packages/effect/src/unstable/ai/McpServer.ts:1750
↓ 11 callers
Function
is
(schema: S)
packages/effect/src/SchemaParser.ts:148
↓ 11 callers
Function
isNone
(fa: Option.Option<A>)
packages/effect/src/internal/option.ts:85
↓ 11 callers
Function
layer
( layer_: Layer.Layer<R, E>, options?: { readonly memoMap?: Layer.MemoMap readonly timeout?: Durat
packages/vitest/src/internal/internal.ts:213
↓ 11 callers
Method
makeEffect
* Constructs a value from the make input representation, returning validation * failures in the `Effect` error channel. * * **When to use**
packages/effect/src/Schema.ts:256
↓ 11 callers
Function
match
(cron: Cron, date: DateTime.DateTime.Input)
packages/effect/src/Cron.ts:714
↓ 11 callers
Method
peek
()
packages/effect/src/unstable/encoding/Yaml.ts:313
↓ 11 callers
Method
pick
* Focuses on a subset of keys of the current struct focus. * * **Details** * * - On a {@link Lens}, returns a Lens. * - On an {@link Op
packages/effect/src/Optic.ts:732
↓ 11 callers
Function
transform
(to: L2)
packages/effect/src/Schema.ts:2775
↓ 10 callers
Method
annotateRpcs
* Annotate the Rpc's above this point with a value.
packages/effect/src/unstable/rpc/RpcGroup.ts:156
↓ 10 callers
Method
connect
(callback: (cause: unknown) => void)
packages/sql/mssql/test/Client.test.ts:30
↓ 10 callers
Function
custom
( initialState: State | Effect.Effect<State, never, Environment>, ...args: | [handlers: Handlers<State
packages/effect/src/unstable/cli/Prompt.ts:800
↓ 10 callers
Method
ensureNode
(atom: Atom.Atom<A>)
packages/effect/src/unstable/reactivity/AtomRegistry.ts:424
↓ 10 callers
Function
fromArrayUnsafe
(self: ReadonlyArray<A>)
packages/effect/src/Chunk.ts:562
↓ 10 callers
Function
handleErrnoException
(module: SystemError["module"], method: string)
packages/platform/node-shared/src/internal/utils.ts:6
↓ 10 callers
Function
join
()
packages/effect/src/Path.ts:500
↓ 10 callers
Function
make
(config: NodeConfig)
packages/platform/node/src/NodeMultipartParser.ts:157
↓ 10 callers
Function
makePart
( /** * The type of part to create. */ type: Type, /** * Parameters specific to the part type b
packages/effect/src/unstable/ai/Prompt.ts:174
↓ 10 callers
Method
mount
(this: AtomContext, atom: Atom<A>)
packages/effect/src/unstable/reactivity/Atom.ts:171
↓ 10 callers
Method
notify
()
packages/effect/src/unstable/reactivity/AtomRegistry.ts:772
↓ 10 callers
Function
parsePosition
(node: ast.Node)
packages/tools/docgen/src/Parser.ts:192
↓ 10 callers
Function
providerMetadataWithDefaults
()
packages/effect/src/unstable/ai/AiError.ts:27
↓ 10 callers
Method
publishAll
(elements: Iterable<A>)
packages/effect/src/PubSub.ts:96
↓ 10 callers
Function
run
( sql: string, values?: ReadonlyArray<any>, rowsAsArray = false )
packages/sql/mssql/src/MssqlClient.ts:336
↓ 10 callers
Function
self
(this: Lifetime<any>)
packages/effect/src/unstable/reactivity/AtomRegistry.ts:952
↓ 10 callers
Function
set
(this: Lifetime<any>, atom: Atom.Writable<R, W>, value: W)
packages/effect/src/unstable/reactivity/AtomRegistry.ts:984
↓ 10 callers
Function
shouldIgnore
(doc: Domain.Doc)
packages/tools/docgen/src/Parser.ts:117
↓ 10 callers
Method
split
(parentNode: ParentNode, length: number)
packages/effect/src/unstable/http/FindMyWay/internal/router.ts:645
↓ 10 callers
Method
status
()
packages/effect/src/unstable/http/HttpClient.ts:1713
↓ 10 callers
Function
step
(items: Arr.NonEmptyArray<A>)
packages/effect/src/Queue.ts:1279
↓ 10 callers
Method
transaction
(body: (txn: { rollback: () => void }) => Promise<T>)
packages/sql/sqlite-do/test/Client.test.ts:125
↓ 10 callers
Method
use
()
packages/atom/react/src/ScopedAtom.ts:71
↓ 10 callers
Function
value
( self: Metric<Input, State> )
packages/effect/src/Metric.ts:2591
↓ 10 callers
Method
whenOpen
* Runs the given effect only after the latch allows waiting fibers to * continue. * * **When to use** * * Use to gate an effect behind
packages/effect/src/Latch.ts:115
↓ 9 callers
Function
Struct
(fields: Fields)
packages/effect/src/Schema.ts:3568
↓ 9 callers
Function
Union
( members: Members, options?: { mode?: "anyOf" | "oneOf" } )
packages/effect/src/Schema.ts:4910
↓ 9 callers
Method
annotate
* Annotate the `HttpApi`.
packages/effect/src/unstable/httpapi/HttpApi.ts:109
↓ 9 callers
Function
classifyError
( cause: unknown, message: string, operation: string )
packages/sql/pg/src/PgClient.ts:926
↓ 9 callers
Function
compose
(a: Node, b: Node)
packages/effect/src/Optic.ts:383
↓ 9 callers
Method
currentTimeNanosUnsafe
* Returns the current Unix time in nanoseconds unsafely. * * **When to use** * * Use to read a wall-clock timestamp synchronously when you
packages/effect/src/Clock.ts:93
↓ 9 callers
Function
dispose
()
packages/effect/src/ManagedRuntime.ts:336
↓ 9 callers
Function
evaluate
(fiber)
packages/effect/src/Config.ts:148
↓ 9 callers
Function
fromPull
( pull: Effect.Effect<Pull.Pull<Arr.NonEmptyReadonlyArray<A>, E, void, R>, EX, RX> )
packages/effect/src/Stream.ts:554
↓ 9 callers
Method
fromSchemaError
* Creates an InvalidOutputError from a Schema error. * * **Example** (Creating an invalid output error from a schema error) * * ```ts impo
packages/effect/src/unstable/ai/AiError.ts:737
↓ 9 callers
Method
getShardId
* Get the ShardId for the given EntityId.
packages/effect/src/unstable/cluster/Entity.ts:95
↓ 9 callers
Function
getStackTraceLimit
()
packages/effect/src/internal/stackTraceLimit.ts:45
↓ 9 callers
Method
handleAll
* Add implementations for unhandled `HttpApiEndpoint`s in a `Handlers` group.
packages/effect/src/unstable/httpapi/HttpApiBuilder.ts:296
↓ 9 callers
Function
handler
( _request: HttpServerRequest.HttpServerRequest, response: HttpServerResponse.HttpServerRespon
packages/effect/test/unstable/http/HttpEffect.test.ts:139
↓ 9 callers
Function
imports
({ builder = false, client = false, effect = false, httpClient = false } = {})
packages/effect/typeperf/compare/httpapi.mjs:11
↓ 9 callers
Method
initial
( workflow: Workflow.Any, executionId: string, scope = Scope.makeUnsafe() )
packages/effect/src/unstable/workflow/WorkflowEngine.ts:273
↓ 9 callers
Method
json
()
packages/effect/src/unstable/http/HttpClient.ts:1737
↓ 9 callers
Function
makeProto
(options: { readonly requests: ReadonlyMap<string, Rpcs> readonly annotations: Context.Context<never> })
packages/effect/src/unstable/rpc/RpcGroup.ts:387
↓ 9 callers
Function
next
(cron: Cron, now?: DateTime.DateTime.Input)
packages/effect/src/Cron.ts:789
↓ 9 callers
Method
option
* Constructs a branded type from a value of type `Unbranded<B>`, returning * `Some<B>` if the provided value is valid, `None` otherwise.
packages/effect/src/Brand.ts:69
↓ 9 callers
Function
printEntry
(model: Domain.DocEntry, options: { readonly indentation?: number | undefined readonly postfix?: string |
packages/tools/docgen/src/Printer.ts:167
↓ 9 callers
Function
provide
( managed: ManagedRuntime<R, ER>, effect: Effect.Effect<A, E, R> )
packages/effect/src/ManagedRuntime.ts:388
↓ 9 callers
Method
rebuild
(ast: this["ast"])
packages/effect/src/Schema.ts:188
↓ 9 callers
Method
run
(query: string, params: ReadonlyArray<unknown>)
packages/sql/pg/src/PgClient.ts:666
↓ 9 callers
Function
setStackTraceLimit
(value: number | undefined)
packages/effect/src/internal/stackTraceLimit.ts:55
↓ 9 callers
Function
succeed
(a: A, leftovers?: NonEmptyReadonlyArray<L> | undefined)
packages/effect/src/Sink.ts:561
↓ 9 callers
Function
suspend
(instance: WorkflowInstance["Service"])
packages/effect/src/unstable/workflow/Workflow.ts:856
↓ 9 callers
Function
sync
(a: LazyArg<A>)
packages/effect/src/Sink.ts:570
↓ 9 callers
Method
toArray
()
packages/effect/src/unstable/reactivity/AtomRef.ts:349
↓ 8 callers
Function
Field
(schemas: A)
packages/effect/src/unstable/schema/VariantSchema.ts:590
↓ 8 callers
Function
Literal
(literal: L)
packages/effect/src/Schema.ts:2772
↓ 8 callers
Function
checkEntry
(model: Entry, options: { readonly enforceVersion: boolean })
packages/tools/docgen/src/Checker.ts:28
↓ 8 callers
Function
decode
(fromA)
packages/effect/src/unstable/httpapi/HttpApiClient.ts:954
↓ 8 callers
Method
decoding
* Returns a {@link Decoding} instance for this schema with helpers for decoding assertions. * * **When to use** * * Use to test how unknow
packages/effect/src/testing/TestSchema.ts:216
↓ 8 callers
Function
encode
(transformation: { readonly decode: SchemaGetter.Getter<S["Encoded"], S["Encoded"], RD> readonly encode: S
packages/effect/src/Schema.ts:5733
↓ 8 callers
Method
encoding
* Returns an {@link Encoding} instance for this schema with helpers for encoding assertions. * * **When to use** * * Use to test how schem
packages/effect/src/testing/TestSchema.ts:246
↓ 8 callers
Method
executeRaw
(sql: string, params: ReadonlyArray<unknown>)
packages/sql/pg/src/PgClient.ts:694
↓ 8 callers
Method
executeValues
(sql: string, params: ReadonlyArray<unknown>)
packages/sql/pg/src/PgClient.ts:710
↓ 8 callers
Method
extend
* Returns a function that creates a schema-backed subclass with this class's * fields plus additional fields. * * **When to use** * * U
packages/effect/src/Schema.ts:14036
↓ 8 callers
Function
fail
(cause: unknown)
packages/platform/browser/src/BrowserPersistence.ts:289
↓ 8 callers
Function
formatIssue
(issue: Issue, path: string)
packages/effect/src/SchemaIssue.ts:1156
↓ 8 callers
Function
formatPropertyKey
(name: PropertyKey)
packages/effect/src/Formatter.ts:192
↓ 8 callers
Function
fromInputUnsafe
(input: Input)
packages/effect/src/Duration.ts:242
↓ 8 callers
Function
fromIterable
(collection: Iterable<A>)
packages/effect/src/Array.ts:303
↓ 8 callers
Function
getUnsafe
(self: ScopedRef<A>)
packages/effect/src/ScopedRef.ts:103
↓ 8 callers
Function
handleBadArgument
(method: string)
packages/platform/node-shared/src/NodeFileSystem.ts:28
↓ 8 callers
Function
initial
(waiting = false)
packages/effect/src/unstable/reactivity/AsyncResult.ts:217
↓ 8 callers
Function
isEffect
(u: unknown)
packages/effect/src/internal/core.ts:116
↓ 8 callers
Function
make
(value: bigint, scale: number)
packages/effect/src/BigDecimal.ts:135
↓ 8 callers
Function
makeDelete
(options: { readonly delete: IndexedDbQuery.DeletePartial<Table, Index> readonly limitValue?: number | und
packages/platform/browser/src/IndexedDbQueryBuilder.ts:1545
↓ 8 callers
Function
makeImpl
(keyMap: HashMap.HashMap<V, boolean>)
packages/effect/src/internal/hashSet.ts:53
↓ 8 callers
Function
makeProto
(options: { readonly identifier: Id readonly topLevel: TopLevel readonly endpoints: Record.ReadonlyRecor
packages/effect/src/unstable/httpapi/HttpApiGroup.ts:366
↓ 8 callers
Function
makeProto
(options: { readonly _tag: Tag readonly payloadSchema: Payload readonly successSchema: Success readonl
packages/effect/src/unstable/rpc/Rpc.ts:866
↓ 8 callers
Function
makeRequest
(options: { readonly entityId: string readonly tag: string })
packages/effect/test/cluster/Runners.test.ts:71
↓ 8 callers
Method
omit
* Omit one or more procedures from the group.
packages/effect/src/unstable/rpc/RpcGroup.ts:59
↓ 8 callers
Function
parse
(input: string)
packages/effect/src/unstable/http/FindMyWay/internal/queryString.ts:37
↓ 8 callers
Function
primitiveNode
(kind: Kind, get: (s: any) => any, set: (a: any, s?: any) => any)
packages/effect/src/Optic.ts:329
← previous
next →
201–300 of 8,651, ranked by callers