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

Function literals

repos/effect/packages/effect/src/Config.ts:1044–1046  ·  view source on GitHub ↗
(literals: L, name?: string)

Source from the content-addressed store, hash-verified

1042 Schema.decodeTo(Schema.toCodecStringTree(array), {
1043 decode: SchemaGetter.split(options),
1044 encode: SchemaGetter.passthrough<ReadonlyArray<string>, Schema.StringTree>({ strict: false }).compose(
1045 SchemaGetter.transform((input) => input.join(separator))
1046 )
1047 })
1048 )
1049

Callers

nothing calls this directly

Calls 1

schemaFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…