Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
5
class
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
toSql
Method · 0.95
toString
Method · 0.65
Tested by
no test coverage detected