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

Function set

test/integration/model.test.js:618–620  ·  test/integration/model.test.js::set
(v)

Source from the content-addressed store, hash-verified

616 return `answer = ${this.getDataValue(class="st">'price')}`;
617 },
618 set(v) {
619 return this.setDataValue(class="st">'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