Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sequelize/sequelize
/ get
Function
get
test/integration/instance/values.test.js:236–238 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
234
price: {
235
type
: Sequelize.FLOAT,
236
get() {
237
return
this.dataValues.price * 100;
238
}
239
}
240
});
241
Callers
nothing calls this directly
Calls
2
getDataValue
Method · 0.80
parse
Method · 0.45
Tested by
no test coverage detected