Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sequelize/sequelize
/ set
Function
set
test/integration/model.test.js:618–620 ·
view source on GitHub ↗
(v)
Source
from the content-addressed store, hash-verified
616
return
`answer = ${this.getDataValue(
'price'
)}`;
617
},
618
set(v) {
619
return
this.setDataValue(
'price'
, v + 42);
620
}
621
}
622
});
623
Callers
nothing calls this directly
Calls
2
setDataValue
Method · 0.80
set
Method · 0.65
Tested by
no test coverage detected