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

Function Adapter

spec/AdapterLoader.spec.js:89–93  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

87
88 it('should fail loading an improperly configured adapter', done => {
89 const Adapter = function (options) {
90 if (!options.foo) {
91 throw 'foo is required for that adapter';
92 }
93 };
94 const adapterOptions = {
95 param: 'key',
96 doSomething: function () {},

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…