Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sequelize/sequelize
/ _toJSONValue
Method
_toJSONValue
lib/dialects/abstract/query-generator.js:2524–2526 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
2522
}
2523
2524
_toJSONValue(value) {
2525
return
value;
2526
}
2527
2528
_castKey(key, value, cast, json) {
2529
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