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

Function set

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

setDataValueMethod · 0.80
stringifyMethod · 0.65

Tested by

no test coverage detected