MCPcopy
hub / github.com/sequelize/sequelize / price

Function price

test/integration/model.test.js:661–663  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

659 }, {
660 setterMethods: {
661 price(value) {
662 this.dataValues.priceInCents = value * 100;
663 }
664 },
665 getterMethods: {
666 price() {

Callers

nothing calls this directly

Calls 1

getDataValueMethod · 0.80

Tested by

no test coverage detected