MCPcopy Create free account
hub / github.com/parse-community/parse-server / MockController

Function MockController

spec/AdaptableController.spec.js:5–7  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

3const FilesController = require('../lib/Controllers/FilesController').FilesController;
4
5const MockController = function (options) {
6 AdaptableController.call(this, options);
7};
8MockController.prototype = Object.create(AdaptableController.prototype);
9MockController.prototype.constructor = AdaptableController;
10

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…