Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sequelize/sequelize
/ price1
Function
price1
test/integration/model.test.js:692–692 ·
view source on GitHub ↗
(v)
Source
from the content-addressed store, hash-verified
690
}, {
691
setterMethods: {
692
price1(v) { this.setDataValue(
'price1'
, v * 100); }
693
},
694
getterMethods: {
695
price2() {
return
`$${this.getDataValue(
'price2'
)}`;}
Callers
nothing calls this directly
Calls
1
setDataValue
Method · 0.80
Tested by
no test coverage detected