MCPcopy
hub / github.com/sequelize/sequelize / toString

Method toString

lib/deferrable.js:6–8  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

4
5class ABSTRACT {
6 static toString(...args) {
7 return new this().toString(...args);
8 }
9
10 toString(...args) {
11 return this.toSql(...args);

Callers

nothing calls this directly

Calls 2

toSqlMethod · 0.95
toStringMethod · 0.65

Tested by

no test coverage detected