Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/sequelize/sequelize
/ set
Function
set
test/types/model.ts:127–129 ·
view source on GitHub ↗
(value: number)
Source
from the content-addressed store, hash-verified
125
return
this.getDataValue(
'num'
) + 2;
126
},
127
set(value: number) {
128
this.setDataValue(
'num'
, value - 2);
129
}
130
}
131
}, {
132
indexes: [
Callers
nothing calls this directly
Calls
1
setDataValue
Method · 0.80
Tested by
no test coverage detected