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

Function MaximumInputStub

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

Source from the content-addressed store, hash-verified

6var Utils = require('select2/utils');
7
8function MaximumInputStub () {
9 this.called = false;
10}
11
12MaximumInputStub.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…