MCPcopy Create free account
hub / github.com/effect-app/libs / replaceEncoding

Function replaceEncoding

repos/effect/packages/effect/src/SchemaAST.ts:3075–3082  ·  view source on GitHub ↗
(ast: A, encoding: Encoding | undefined)

Source from the content-addressed store, hash-verified

3073 * @since 4.0.0
3074 */
3075export class Filter<in E> extends Pipeable.Class {
3076 readonly _tag = "Filter"
3077 readonly run: (input: E, self: AST, options: ParseOptions) => SchemaIssue.Issue | undefined
3078 readonly annotations: Schema.Annotations.Filter | undefined
3079 /**
3080 * Whether the parsing process should be aborted after this check has failed.
3081 */
3082 readonly aborted: boolean
3083
3084 constructor(
3085 run: (input: E, self: AST, options: ParseOptions) => SchemaIssue.Issue | undefined,

Callers 14

toCodecJsonMethod · 0.85
toCodecJsonMethod · 0.85
toCodecStringTreeMethod · 0.85
toCodecStringTreeMethod · 0.85
literalToStringFunction · 0.85
toCodecJsonMethod · 0.85
toCodecStringTreeMethod · 0.85
toCodecStringTreeMethod · 0.85
toCodecStringTreeMethod · 0.85
applyToLastLinkFunction · 0.85
outFunction · 0.85
appendTransformationFunction · 0.85

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…