Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1235
const
formatTemplateLiteral = (ast: TemplateLiteral): string =>
1236
"`"
+ ast.head + ast.spans.map(String).join(
""
) +
1237
"`"
1238
1239
/**
1240
* @category guards
Callers
1
toString
Method · 0.85
Calls
2
join
Method · 0.65
map
Method · 0.65
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…