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

Method setAttributes

src/model.js:3864–3866  ·  view source on GitHub ↗
(updates)

Source from the content-addressed store, hash-verified

3862 }
3863
3864 setAttributes(updates) {
3865 return this.set(updates);
3866 }
3867
3868 /**
3869 * 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