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

Function schemaName

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

Source from the content-addressed store, hash-verified

210}
211
212function schemaName(prefix: string): string {
213 return prefix.endsWith(".") ? prefix.slice(0, -1) : prefix
214}
215
216function schemaOption(prefix: string): string {
217 const name = schemaName(prefix)

Callers 1

schemaOptionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…