Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
}
228
const
filmOverrideToJson = FilmModelExtendToJson.build();
229
Callers
7
model.ts
File · 0.45
belongs-to-many.test.js
File · 0.45
attributes.test.js
File · 0.45
merge.test.js
File · 0.45
to-json.test.js
File · 0.45
values.test.js
File · 0.45
to-json.test.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected