MCPcopy
hub / github.com/sequelize/sequelize / set

Function set

test/integration/model.test.js:618–620  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

616 return `answer = ${this.getDataValue('price')}`;
617 },
618 set(v) {
619 return this.setDataValue('price', v + 42);
620 }
621 }
622 });
623

Callers

nothing calls this directly

Calls 2

setDataValueMethod · 0.80
setMethod · 0.65

Tested by

no test coverage detected