Skip to content

routier-collection


routier-collection / plugins/sql-core/src / reportDivergentCalls

Function: reportDivergentCalls() ​

reportDivergentCalls(options, calls, warning): void

Defined in: plugins/sql-core/src/capability.ts:100

Hands back every filter this engine would answer differently from JavaScript, and warns.

Parameters ​

options ​

QueryOptionsCollection<any>

calls ​

readonly Call[]

warning ​

string

Returns ​

void

Released under the MIT License.