Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sequelize/sequelize
/ set
Function
set
test/unit/instance/previous.test.js:16–18 ·
view source on GitHub ↗
(val)
Source
from the content-addressed store, hash-verified
14
textCustom: {
15
type
: DataTypes.STRING,
16
set(val) {
17
this.setDataValue(
'textCustom'
, val);
18
},
19
get() {
20
this.getDataValue(
'textCustom'
);
21
}
Callers
nothing calls this directly
Calls
1
setDataValue
Method · 0.80
Tested by
no test coverage detected