MCPcopy Create free account
hub / github.com/Effect-TS/effect / makeCode

Function makeCode

packages/effect/src/internal/schema/toCodeDocument.ts:15–17  ·  view source on GitHub ↗
(runtime: string, Type: string)

Source from the content-addressed store, hash-verified

13
14/** @internal */
15export function makeCode(runtime: string, Type: string): SchemaRepresentation.Code {
16 return { runtime, Type }
17}
18
19function renderEmittableAnnotation(input: unknown): string | undefined {
20 if (

Callers 5

addSymbolFunction · 0.85
applyNodeFunction · 0.85
recurFunction · 0.85
onFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected