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

Interface String

repos/effect/packages/effect/src/Schema.ts:2954–2954  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2952 * import { Schema } from "effect"
2953 *
2954 * const schema = Schema.TemplateLiteralParser(["/user/", Schema.NumberFromString])
2955 * Schema.decodeSync(schema)("/user/42") // => ["/user/", 42]
2956 * ```
2957 *

Callers 15

Option.test.tsFile · 0.90
Result.test.tsFile · 0.90
Schema.test.tsFile · 0.90
toStringUnknownFunction · 0.70
Graph.tsFile · 0.70
toJSONFunction · 0.70
hashFunction · 0.70
recurFunction · 0.70
formatPropertyKeyFunction · 0.70
safeToStringFunction · 0.70
serviceNotFoundErrorFunction · 0.70
describeUnknownFunction · 0.70

Implementers 1

ChunkedMessagerepos/effect/packages/effect/src/unsta

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…