MCPcopy
hub / github.com/sequelize/sequelize / get

Method get

types/lib/model.d.ts:1369–1369  ·  view source on GitHub ↗

* Provide a custom getter for this column. Use `this.getDataValue(String)` to manipulate the underlying * values.

(this: M)

Source from the content-addressed store, hash-verified

1367 * values.
1368 */
1369 get?(this: M): unknown;
1370
1371 /**
1372 * Provide a custom setter for this column. Use `this.setDataValue(String, Value)` to manipulate the

Callers 15

model.tsFile · 0.65
queryMethod · 0.65
_paranoidClauseMethod · 0.65
initMethod · 0.65
_findSeparateMethod · 0.65
findOrCreateMethod · 0.65
recursiveBulkCreateMethod · 0.65
updateMethod · 0.65
getMethod · 0.65
setMethod · 0.65
saveMethod · 0.65
equalsMethod · 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 4

getFunction · 0.52
withTaxesFunction · 0.52
applyFailTestFunction · 0.52
customFnFunction · 0.52