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

Function set

test/integration/model/attributes.test.js:34–37  ·  test/integration/model/attributes.test.js::set
(v)

Source from the content-addressed store, hash-verified

32 test_value: {
33 type: Sequelize.INTEGER,
34 set(v) {
35 callCount++;
36 this.setDataValue(class="st">'test_value', v + 1);
37 }
38 }
39 }, {
40 tableName: class="st">'score',

Callers

nothing calls this directly

Calls 1

setDataValueMethod · 0.80

Tested by

no test coverage detected