MCPcopy
hub / github.com/sequelize/sequelize / setAttributes

Method setAttributes

lib/model.js:3738–3740  ·  view source on GitHub ↗
(updates)

Source from the content-addressed store, hash-verified

3736 }
3737
3738 setAttributes(updates) {
3739 return this.set(updates);
3740 }
3741
3742 /**
3743 * If changed is called with a string it will return a boolean indicating whether the value of that key in `dataValues` is different from the value in `_previousDataValues`.

Callers

nothing calls this directly

Calls 1

setMethod · 0.95

Tested by

no test coverage detected