Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sequelize/sequelize
/ price
Function
price
test/integration/model.test.js:638–640 · test/integration/model.test.js::price
(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