MCPcopy
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

formatResultsMethod · 0.80
formatResultsMethod · 0.80
formatResultsMethod · 0.80
formatResultsMethod · 0.80
formatResultsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected