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

Function schemaOption

packages/eslint-codegen-model/src/cli.ts:216–219  ·  view source on GitHub ↗
(prefix: string)

Source from the content-addressed store, hash-verified

214}
215
216function schemaOption(prefix: string): string {
217 const name = schemaName(prefix)
218 return name.length === 0 ? `, schema: ""` : `, schema: ${name}`
219}
220
221function syncFacadeSourceCtor(classText: string, name: string): string {
222 const n = escapeRe(name)

Callers 1

syncFacadeFunction · 0.85

Calls 1

schemaNameFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…