MCPcopy
hub / github.com/sequelize/sequelize / set

Method set

types/lib/model.d.ts:1375–1375  ·  types/lib/model.d.ts::ModelAttributeColumnOptions.set

* Provide a custom setter for this column. Use `this.setDataValue(String, Value)` to manipulate the * underlying values.

(this: M, val: unknown)

Source from the content-addressed store, hash-verified

1373 * underlying values.
1374 */
1375 set?(this: M, val: unknown): void;
1376}
1377
1378/**

Callers 15

_findSeparateMethod · 0.65
recursiveBulkCreateMethod · 0.65
updateMethod · 0.65
setMethod · 0.65
saveMethod · 0.65
prepareEnvironmentMethod · 0.65
_clearClsMethod · 0.65
parserStore.jsFile · 0.65
refreshFunction · 0.65
_getMinifiedAliasMethod · 0.65
generateJoinMethod · 0.65
whereItemQueryMethod · 0.65

Implementers 5

Modellib/model.js
BelongsToManylib/associations/belongs-to-many.js
HasManylib/associations/has-many.js
BelongsTolib/associations/belongs-to.js
HasOnelib/associations/has-one.js

Calls

no outgoing calls

Tested by 2

setFunction · 0.52
email_secretFunction · 0.52