MCPcopy
hub / github.com/sequelize/sequelize / customStuff

Method customStuff

types/test/model.ts:11–13  ·  types/test/model.ts::MyModel.customStuff
()

Source from the content-addressed store, hash-verified

9 other: HasOne;
10 };
11 public static async customStuff() {
12 return this.sequelize!.query(class="st">'select 1');
13 }
14}
15
16class OtherModel extends Model {}

Callers

nothing calls this directly

Calls 1

queryMethod · 0.45

Tested by

no test coverage detected