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

Method names

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

Source from the content-addressed store, hash-verified

378 private initNames: (ormName: string) => NameVariants;
379
380 get names(): NameVariants {
381 return this.initNames(this.ormName);
382 }
383
384 set names(v: NameVariants) {
385 this.initNames = () => v;

Callers 2

query.test.tsFile · 0.80
relations.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected