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

Function set

test/integration/instance/values.test.js:297–299  ·  view source on GitHub ↗
(val, field)

Source from the content-addressed store, hash-verified

295 return JSON.parse(val);
296 },
297 set(val, field) {
298 this.setDataValue(field, JSON.stringify(val));
299 }
300 }
301 });
302

Callers

nothing calls this directly

Calls 2

setDataValueMethod · 0.80
stringifyMethod · 0.65

Tested by

no test coverage detected