Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/effect-app/libs
/ functions
Functions
8,642 in github.com/effect-app/libs
⨍
Functions
8,642
◇
Types & classes
4,233
↓ 11 callers
Function
fromRefinement
( ast: AST, refinement: (input: unknown) => input is T )
repos/effect/packages/effect/src/SchemaAST.ts:3512
↓ 11 callers
Function
getUnsafe
(self: ScopedRef<A>)
repos/effect/packages/effect/src/ScopedRef.ts:103
↓ 11 callers
Function
initial
(waiting = false)
repos/effect/packages/effect/src/unstable/reactivity/AsyncResult.ts:216
↓ 11 callers
Function
makeMixedCause
()
repos/effect/packages/effect/test/schema/SchemaParser.test.ts:6
↓ 11 callers
Function
makeResponse
(overrides: Record<string, unknown> = {})
repos/effect/packages/ai/openai/test/OpenAiSchema.test.ts:6
↓ 11 callers
Function
makeSelect
(options: { readonly from: IndexedDbQuery.From<Table> readonly index?: Index | undefined readonly limitV
repos/effect/packages/platform-browser/src/IndexedDbQueryBuilder.ts:1795
↓ 11 callers
Method
mapMembers
* Returns a new union with the members modified by the provided function. * * **Details** * * Options: * * - `unsafePreserveChecks`
repos/effect/packages/effect/src/Schema.ts:4695
↓ 11 callers
Function
next
(cron: Cron, now?: DateTime.DateTime.Input)
repos/effect/packages/effect/src/Cron.ts:736
↓ 11 callers
Function
normalizePathName
(filePath: string)
repos/effect/packages/tools/jsdocs/src/Jsdocs.ts:442
↓ 11 callers
Function
onExit
(exit: Exit.Exit<any, any>, fiber: Fiber.Fiber<any, any>, i: number)
repos/effect/packages/effect/src/internal/effect.ts:1437
↓ 11 callers
Method
prefix
* Set the schema for the error response of the rpc.
repos/effect/packages/effect/src/unstable/rpc/Rpc.ts:146
↓ 11 callers
Function
queryAtom
(rt: any, self: any)
packages/vue/test/interrupt-refetch-repro.test.ts:102
↓ 11 callers
Function
run
(effect: Effect.Effect<A, E, never>)
packages/e2e/test/repoInvalidation.e2e.test.ts:180
↓ 11 callers
Function
run
( sql: string, values?: ReadonlyArray<any>, rowsAsArray = false )
repos/effect/packages/sql/mssql/src/MssqlClient.ts:329
↓ 11 callers
Function
runDelays
( schedule: Schedule.Schedule<Output, Input, Error, Env>, input: Iterable<Input> )
repos/effect/packages/effect/test/Schedule.test.ts:376
↓ 11 callers
Function
runPromise
(effect: Effect.Effect<A, E, R>, options?: { readonly signal?: AbortSignal | undefined })
repos/effect/packages/effect/src/ManagedRuntime.ts:362
↓ 11 callers
Function
specialJsonSchemaDocument
( schema: Schema.Top, options?: Schema.ToJsonSchemaOptions )
packages/effect-app/src/Schema/SpecialJsonSchema.ts:13
↓ 11 callers
Function
testOptions
(timeout?: number | V.TestOptions)
repos/effect/packages/vitest/src/internal/internal.ts:50
↓ 11 callers
Function
toFormSchema
( schema: S.Codec<To, From> )
packages/vue-components/src/components/OmegaForm/meta/redacted.ts:21
↓ 11 callers
Function
upd
( v: Result<TFieldValues, any, any> )
packages/effect-app/src/Model/query/new-kid-interpreter.ts:176
↓ 11 callers
Function
value
()
packages/effect-app/src/Config/internal/configSecretURL.ts:28
↓ 11 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
repos/effect/packages/effect/src/Latch.ts:115
↓ 10 callers
Function
assertCauseFail
( cause: Cause.Cause<E>, expected: E, ..._: Array<never> )
repos/effect/packages/effect/test/utils/assert.ts:176
↓ 10 callers
Function
assertClientError
(res: Effect.Effect<A, E, R>, error: E)
repos/effect/packages/platform-node/test/HttpApi.test.ts:64
↓ 10 callers
Function
assertHttpApiIncludes
( spec: OpenAPISpec, includes: ReadonlyArray<string>, excludes: ReadonlyArray<string> = [] )
repos/effect/packages/tools/openapi-generator/test/OpenApiGenerator.test.ts:55
↓ 10 callers
Function
assertSpan
( input: Iterable<number>, expectedInit: ReadonlyArray<number>, expectedRest: Readonly
repos/effect/packages/effect/test/Array.test.ts:167
↓ 10 callers
Function
assertUniqueViolation
(reason: SqlError.SqlErrorReason, constraint: string)
repos/effect/packages/effect/test/unstable/sql/SqlError.test.ts:17
↓ 10 callers
Function
buildFieldInfoFromFieldsRoot
( schema: (S.Codec<To, From, R>) & { fields?: S.Struct.Fields } )
packages/vue/src/form.ts:220
↓ 10 callers
Function
buildQueryFamily
( rt: AtomClientRuntime, self: { readonly id: string readonly handler: (i: I) => Effect.Effect<A,
packages/vue/src/atomQuery.ts:416
↓ 10 callers
Function
callback
( register: ( this: Scheduler.Scheduler, resume: (effect: Effect.Effect<A, E, R>) => void, signa
repos/effect/packages/effect/src/internal/effect.ts:1101
↓ 10 callers
Function
chunk
(fnDelta: Record<string, unknown>)
repos/effect/packages/ai/openai-compat/test/OpenAiLanguageModel.test.ts:1112
↓ 10 callers
Function
clearQueryReadDependencies
(key: ReadonlyArray<unknown>)
packages/vue/src/dependencyMetadata.ts:20
↓ 10 callers
Function
clientFor
(m, ...args)
packages/vue/test/stubs.ts:295
↓ 10 callers
Function
connectFailureReason
(cause: unknown)
repos/effect/packages/sql/mysql2/test/SqlErrorClassification.test.ts:21
↓ 10 callers
Function
custom
( initialState: State | Effect.Effect<State, never, Environment>, ...args: | [handlers: Handlers<State
repos/effect/packages/effect/src/unstable/cli/Prompt.ts:785
↓ 10 callers
Function
done
(value?: A)
repos/effect/packages/effect/src/internal/core.ts:663
↓ 10 callers
Function
e2eSuite
( name: string, layer: Layer.Layer<UsersClient | RpcServer.Protocol, E>, concurrent = true )
repos/effect/packages/platform-node/test/fixtures/rpc-e2e.ts:26
↓ 10 callers
Function
empty
()
repos/effect/packages/effect/src/Record.ts:169
↓ 10 callers
Function
filter
(self: HashSet<V>, predicate: (value: V) => boolean)
repos/effect/packages/effect/src/internal/hashSet.ts:160
↓ 10 callers
Function
findFrame
(frames: ReadonlyArray<string>, text: string)
repos/effect/packages/effect/test/unstable/cli/Prompt.test.ts:53
↓ 10 callers
Function
findInternalReferences
( fileInfos: ReadonlyMap<string, FileInfo>, fileInfo: FileInfo, diagnostics: Array<Diagnostic>, node:
repos/effect/packages/tools/oxc/src/oxlint/rules/no-unused-internal.ts:404
↓ 10 callers
Function
fromPull
( pull: Effect.Effect<Pull.Pull<Arr.NonEmptyReadonlyArray<A>, E, void, R>, EX, RX> )
repos/effect/packages/effect/src/Stream.ts:614
↓ 10 callers
Method
insertAt
(index: number, item: A)
repos/effect/packages/effect/src/unstable/reactivity/AtomRef.ts:333
↓ 10 callers
Function
isFunction
(input: unknown)
repos/effect/packages/effect/src/Predicate.ts:736
↓ 10 callers
Method
isOpen
* Checks whether the latch is currently open or closed. * * **When to use** * * Use to check the state of the latch without suspending or
repos/effect/packages/effect/src/Latch.ts:124
↓ 10 callers
Function
listenerCount
(atom: Atom.Atom<unknown>)
packages/vue/test/suspense.test.ts:10
↓ 10 callers
Function
make
( parse: (provider: ConfigProvider.ConfigProvider, pathPrefix: Path) => Effect.Effect<T, ConfigError> )
repos/effect/packages/effect/src/Config.ts:131
↓ 10 callers
Method
make
( args: [Evt] extends [never] ? { makeInitial?: Effect.Effect<readonly T[], E, RInitial> | undefin
packages/effect-app/src/Model/Repository/internal/internal.ts:718
↓ 10 callers
Function
makePrimitive
( tag: string, parse: (value: string) => Effect.Effect<A, string, Environment> )
repos/effect/packages/effect/src/unstable/cli/Primitive.ts:99
↓ 10 callers
Function
makePrimitive
(options: { readonly op: string readonly single?: Single readonly [evaluate]?: ( this: Primitive & {
repos/effect/packages/effect/src/internal/core.ts:417
↓ 10 callers
Function
makeWith
(options: { readonly batchKey: (request: Request.Entry<A>) => unknown readonly preCheck?: ((entry: Request
repos/effect/packages/effect/src/RequestResolver.ts:181
↓ 10 callers
Function
matches
(regexp: RegExp)
repos/effect/packages/tools/jsdocs/src/Jsdocs.ts:491
↓ 10 callers
Function
opSpan
(operation: string, idValue?: unknown)
packages/infra/src/SQL/Model.ts:635
↓ 10 callers
Function
provideService
(this: any)
repos/effect/packages/effect/src/internal/effect.ts:2117
↓ 10 callers
Function
providerMetadataWithDefaults
()
repos/effect/packages/effect/src/unstable/ai/AiError.ts:26
↓ 10 callers
Function
recur
(ast: SchemaAST.AST, path: ReadonlyArray<PropertyKey>)
repos/effect/packages/effect/src/internal/schema/arbitrary.ts:547
↓ 10 callers
Method
releaseAll
()
repos/effect/packages/effect/src/Semaphore.ts:259
↓ 10 callers
Function
releaseCapacity
(self: Dequeue<A, E>)
repos/effect/packages/effect/src/Queue.ts:1885
↓ 10 callers
Method
repliesFor
(requestIds: Array<string>)
repos/effect/packages/effect/src/unstable/cluster/MessageStorage.ts:871
↓ 10 callers
Function
resolveReference
($ref: string)
repos/effect/packages/effect/src/SchemaRepresentation.ts:1905
↓ 10 callers
Function
run
( sql: string, params: ReadonlyArray<unknown> = [], rowMode: "object" | "array" = "obj
repos/effect/packages/sql/sqlite-wasm/src/SqliteClient.ts:169
↓ 10 callers
Function
runRuleWithNodes
(nodes: Array<{ visitor: string; node: unknown }>)
repos/effect/packages/tools/oxc/test/no-opaque-instance-fields.test.ts:5
↓ 10 callers
Method
seek
(offset: FileSystem.SizeInput, from: FileSystem.SeekMode)
repos/effect/packages/platform-node-shared/src/NodeFileSystem.ts:262
↓ 10 callers
Function
setQueryReadDependencies
( key: ReadonlyArray<unknown>, reads: DataDependencies.DataDependencies )
packages/vue/src/dependencyMetadata.ts:11
↓ 10 callers
Function
success
(value: A, options?: { readonly waiting?: boolean | undefined readonly timestamp?: number | undefined })
repos/effect/packages/effect/src/unstable/reactivity/AsyncResult.ts:249
↓ 10 callers
Function
suspend
(stream: LazyArg<Stream<A, E, R>>)
repos/effect/packages/effect/src/Stream.ts:902
↓ 10 callers
Function
toChannel
( stream: Stream<A, E, R> )
repos/effect/packages/effect/src/Stream.ts:733
↓ 10 callers
Function
toPlatformError
( method: string, error: NodeJS.ErrnoException, command: ChildProcess.Command )
repos/effect/packages/platform-node-shared/src/NodeChildProcessSpawner.ts:51
↓ 10 callers
Function
unwrapDeclaration
(property: S.AST.AST)
packages/vue-components/src/components/OmegaForm/meta/createMeta.ts:34
↓ 10 callers
Function
warnForOperation
( emitWarning: WarningEmitter, operation: ParsedOperation.ParsedOperation, warning: { readonly code:
repos/effect/packages/tools/openapi-generator/src/OpenApiGenerator.ts:1135
↓ 10 callers
Method
withPermitsIfAvailable
* Runs an effect only if the specified number of permits are immediately * available. * * **When to use** * * Use when guarded work sho
repos/effect/packages/effect/src/Semaphore.ts:115
↓ 10 callers
Function
withSoftDeleteFilter
(where: any)
repos/effect/packages/effect/src/unstable/sql/SqlModel.ts:83
↓ 9 callers
Function
arbitraryError
(what: string)
repos/effect/packages/effect/src/internal/schema/arbitrary.ts:50
↓ 9 callers
Function
assertRecursiveNoFiniteGenerationPath
(schema: Schema.Constraint)
repos/effect/packages/effect/test/schema/toArbitrary.test.ts:25
↓ 9 callers
Function
assertUniqueViolation
(reason: SqlError.SqlErrorReason, constraint: string)
repos/effect/packages/sql/mysql2/test/SqlErrorClassification.test.ts:34
↓ 9 callers
Function
body
()
repos/effect/packages/effect/src/unstable/rpc/RpcServer.ts:1453
↓ 9 callers
Function
buildStruct
* Walk `source`; for each key decide what to emit via the small callback. * * The callback returns either * • `undefined` → nothing is copied, o
repos/effect/packages/effect/src/Struct.ts:826
↓ 9 callers
Function
cancel
()
repos/effect/packages/effect/src/unstable/reactivity/Atom.ts:594
↓ 9 callers
Function
classifyError
( cause: unknown, message: string, operation: string )
repos/effect/packages/sql/pglite/src/PgliteClient.ts:473
↓ 9 callers
Method
clearUnsafe
()
repos/effect/packages/effect/src/unstable/ai/ResponseIdTracker.ts:49
↓ 9 callers
Function
clientFromResponse
(response: () => Response)
repos/effect/packages/effect/test/unstable/httpapi/HttpApiClient.test.ts:417
↓ 9 callers
Function
compose
(a: Node, b: Node)
repos/effect/packages/effect/src/Optic.ts:440
↓ 9 callers
Function
concat
(...arrays: Array<Uint8Array>)
repos/effect/packages/effect/src/unstable/observability/internal/protobuf.ts:101
↓ 9 callers
Function
cosmosId
(id: string)
packages/infra/src/ClusterCosmos.ts:112
↓ 9 callers
Function
createImportDeclaration
(source: string)
repos/effect/packages/tools/oxc/test/no-js-extension-imports.test.ts:6
↓ 9 callers
Method
decodeError
(cause: unknown)
repos/effect/packages/effect/src/unstable/http/HttpServerResponse.ts:1231
↓ 9 callers
Function
deduplicateOpenApiSchemas
( spec: Record<string, any> )
packages/effect-app/src/Schema/SpecialOpenApi.ts:34
↓ 9 callers
Function
dropUndefinedT
( input: A )
packages/effect-app/src/utils.ts:64
↓ 9 callers
Function
emitFocus
()
repos/effect/packages/effect/test/reactivity/Atom.test.ts:1454
↓ 9 callers
Function
exec
(query: string, params?: readonly unknown[])
packages/infra/src/Store/SQL/Pg.ts:88
↓ 9 callers
Method
executeRaw
(sql: string, params: ReadonlyArray<unknown>)
repos/effect/packages/sql/pg/src/PgClient.ts:678
↓ 9 callers
Function
finalizer
()
repos/effect/packages/effect/src/internal/effect.ts:5154
↓ 9 callers
Function
flattenNestedAnyOf
(obj: unknown)
packages/effect-app/src/Schema/SpecialJsonSchema.ts:92
↓ 9 callers
Function
fromReadonlyRecord
(cookies: Record.ReadonlyRecord<string, Cookie>)
repos/effect/packages/effect/src/unstable/http/Cookies.ts:239
↓ 9 callers
Function
get
()
repos/effect/packages/effect/src/internal/option.ts:53
↓ 9 callers
Function
getStackTraceLimit
()
repos/effect/packages/effect/src/internal/stackTraceLimit.ts:49
↓ 9 callers
Function
getUnsafe
(self: SynchronizedRef<A>)
repos/effect/packages/effect/src/SynchronizedRef.ts:107
↓ 9 callers
Function
immutableURLSetter
(property: P)
repos/effect/packages/effect/src/unstable/http/Url.ts:108
↓ 9 callers
Function
isIterable
(input: unknown)
repos/effect/packages/effect/src/Predicate.ts:1288
↓ 9 callers
Function
isRelationCheck
(f: readonly FilterResult[], isRelation: string | null)
packages/infra/src/Store/codeFilter.ts:68
← previous
next →
501–600 of 8,642, ranked by callers