Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sequelize/sequelize
/ isCallQuery
Method
isCallQuery
lib/dialects/abstract/query.js:320–322 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
318
}
319
320
isCallQuery() {
321
return
this.sql.toLowerCase().startsWith(
'call'
);
322
}
323
324
/**
325
* @param {string} sql
Callers
5
formatResults
Method · 0.80
formatResults
Method · 0.80
formatResults
Method · 0.80
formatResults
Method · 0.80
formatResults
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected