MCPcopy Index your code
hub / github.com/Effect-TS/effect / formatTemplateLiteral

Function formatTemplateLiteral

packages/effect/src/SchemaAST.ts:1235–1237  ·  view source on GitHub ↗
(ast: TemplateLiteral)

Source from the content-addressed store, hash-verified

1233}
1234
1235const formatTemplateLiteral = (ast: TemplateLiteral): string =>
1236 "`" + ast.head + ast.spans.map(String).join("") +
1237 "`"
1238
1239/**
1240 * @category guards

Callers 1

toStringMethod · 0.85

Calls 2

joinMethod · 0.65
mapMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…