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

Function set

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

Source from the content-addressed store, hash-verified

639 return `answer = ${this.getDataValue('price')}`;
640 },
641 set(v) {
642 return this.setDataValue('price', v + 42);
643 }
644 }
645 });
646

Callers

nothing calls this directly

Calls 2

setDataValueMethod · 0.80
setMethod · 0.65

Tested by

no test coverage detected