MCPcopy
hub / github.com/sequelize/sequelize / stringify

Function stringify

lib/dialects/postgres/hstore.js:5–8  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

3const hstore = require('pg-hstore')({ sanitize: true });
4
5function stringify(data) {
6 if (data === null) return null;
7 return hstore.stringify(data);
8}
9exports.stringify = stringify;
10
11function parse(value) {

Callers

nothing calls this directly

Calls 1

stringifyMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…