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

Function set

test/unit/instance/previous.test.js:16–18  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

14 textCustom: {
15 type: DataTypes.STRING,
16 set(val) {
17 this.setDataValue('textCustom', val);
18 },
19 get() {
20 this.getDataValue('textCustom');
21 }

Callers

nothing calls this directly

Calls 1

setDataValueMethod · 0.80

Tested by

no test coverage detected