MCPcopy
hub / github.com/sequelize/sequelize / toJSON

Method toJSON

types/test/model.ts:224–226  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

222 name?: string;
223
224 public toJSON() {
225 return { id: this.id }
226 }
227}
228const filmOverrideToJson = FilmModelExtendToJson.build();
229

Callers 7

model.tsFile · 0.45
attributes.test.jsFile · 0.45
merge.test.jsFile · 0.45
to-json.test.jsFile · 0.45
values.test.jsFile · 0.45
to-json.test.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected