Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/sequelize/sequelize
/ stringify
Method
stringify
lib/dialects/abstract/query.js:519–519 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
517
return
uniqueKeyAttributes;
518
};
519
const
stringify = obj => obj instanceof Buffer ? obj.toString(
'hex'
) : obj;
520
let
primaryKeyAttributes;
521
let
uniqueKeyAttributes;
522
let
prefix;
Callers
nothing calls this directly
Calls
1
toString
Method · 0.65
Tested by
no test coverage detected