Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/sequelize/sequelize
/ isCallQuery
Method
isCallQuery
src/dialects/abstract/query.js:344–346 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
342
}
343
344
isCallQuery() {
345
return
this.sql.toLowerCase().startsWith(
'call'
);
346
}
347
348
/**
349
* @param {string} sql
Callers
6
formatResults
Method · 0.80
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