MCPcopy
hub / github.com/sequelize/sequelize / getAttributes

Method getAttributes

lib/model.js:297–299  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

295 * @returns {object|any}
296 */
297 static getAttributes() {
298 return this.rawAttributes;
299 }
300
301 static _findAutoIncrementAttribute() {
302 this.autoIncrementAttribute = null;

Callers 2

model.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected