MCPcopy Create free account
hub / github.com/zenstackhq/zenstack / setName

Method setName

packages/language/src/factory/declaration.ts:332–338  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

330 }
331
332 setName(name: string) {
333 this.name = name;
334 this.update({
335 name: this.name,
336 });
337 return this;
338 }
339}
340
341export class EnumFieldFactory extends AstFactory<EnumField> {

Callers 3

syncEnumsFunction · 0.45
syncTableFunction · 0.45
syncRelationFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected