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

Function step

repos/effect/packages/effect/src/SchemaAST.ts:1763–1779  ·  view source on GitHub ↗
(s, _, exit, i)

Source from the content-addressed store, hash-verified

1761 new SchemaTransformation.Transformation(
1762 SchemaGetter.transform(() => ast.literal),
1763 SchemaGetter.transform(() => literalAsString)
1764 )
1765 )
1766 ])
1767}
1768
1769/**
1770 * AST node matching any `string` value.
1771 *
1772 * @see {@link string}
1773 * @see {@link isString}
1774 *
1775 * @category models
1776 * @since 4.0.0
1777 */
1778export interface String extends ASTNode {
1779 readonly _tag: "String"
1780 /** @internal */
1781
1782 getParser(): SchemaParser.Parser

Callers

nothing calls this directly

Calls 6

wrapPropertyKeyIssueFunction · 0.85
isOptionalFunction · 0.85
pushMethod · 0.80
setMethod · 0.65
getParserMethod · 0.45
failMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…