MCPcopy Create free account
hub / github.com/select2/select2 / StubData

Function StubData

tests/data/minimumInputLength-tests.js:8–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6var Utils = require('select2/utils');
7
8function StubData () {
9 this.called = false;
10}
11
12StubData.prototype.query = function (params, callback) {
13 this.called = true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…