Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sequelize/sequelize
/ get
Function
get
test/integration/model/attributes/types.test.js:22–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
this.setDataValue(
'field1'
, val);
21
},
22
get() {
23
return
this.getDataValue(
'field1'
);
24
}
25
},
26
field2: {
27
type
: Sequelize.VIRTUAL,
Callers
nothing calls this directly
Calls
1
getDataValue
Method · 0.80
Tested by
no test coverage detected