Method
stringify
lib/dialects/abstract/query.js:519–519
· lib/dialects/abstract/query.js::AbstractQuery.stringify
Source from the content-addressed store, hash-verified
| 517 | return uniqueKeyAttributes; |
| 518 | }; |
| 519 | const stringify = obj => obj instanceof Buffer ? obj.toString(class="st">'hex') : obj; |
| 520 | let primaryKeyAttributes; |
| 521 | let uniqueKeyAttributes; |
| 522 | let prefix; |
Callers
nothing calls this directly
Tested by
no test coverage detected