MCPcopy Index your code
hub / github.com/sequelize/sequelize / getAttributes

Method getAttributes

src/model.js:320–322  ·  view source on GitHub ↗

* Returns the attributes of the model. * * @returns {object|any}

()

Source from the content-addressed store, hash-verified

318 * @returns {object|any}
319 */
320 static getAttributes() {
321 return this.rawAttributes;
322 }
323
324 static _findAutoIncrementAttribute() {
325 this.autoIncrementAttribute = null;

Callers 3

model.tsFile · 0.80
insert.test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected