Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
setDataValue
Method · 0.80
stringify
Method · 0.65
Tested by
no test coverage detected