Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sequelize/sequelize
/ _toJSONValue
Method
_toJSONValue
src/dialects/abstract/query-generator.js:2703–2705 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
2701
}
2702
2703
_toJSONValue(value) {
2704
return
value;
2705
}
2706
2707
_castKey(key, value, cast, json) {
2708
cast = cast || this._getJsonCast(Array.isArray(value) ? value[0] : value);
Callers
1
_traverseJSON
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected