Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sequelize/sequelize
/ price
Function
price
test/integration/model.test.js:638–640 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
636
}, {
637
setterMethods: {
638
price(value) {
639
this.dataValues.priceInCents = value * 100;
640
}
641
},
642
getterMethods: {
643
price() {
Callers
nothing calls this directly
Calls
1
getDataValue
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…