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

Function set

test/integration/associations/has-many.test.js:1448–1450  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

1446 return fromCustomFormat(this.getDataValue('id'));
1447 },
1448 set(value) {
1449 this.setDataValue('id', toCustomFormat(value));
1450 }
1451 }
1452 });
1453

Callers

nothing calls this directly

Calls 2

toCustomFormatFunction · 0.85
setDataValueMethod · 0.80

Tested by

no test coverage detected