MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / names

Function names

packages/core/fumadb/src/schema/create.ts:581–587  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

579 const out: Table<Columns, {}> = {
580 ormName: "",
581 get names() {
582 if (names) return names;
583
584 return typeof name === "string"
585 ? nameVariants(name, out.ormName)
586 : nameVariants(out.ormName, out.ormName, name);
587 },
588 set names(v) {
589 names = v;
590 },

Callers

nothing calls this directly

Calls 1

nameVariantsFunction · 0.85

Tested by

no test coverage detected