MCPcopy Index your code
hub / github.com/parse-community/parse-server / AdapterLoader.spec.js

File AdapterLoader.spec.js

spec/AdapterLoader.spec.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const { loadAdapter, loadModule } = require('../lib/Adapters/AdapterLoader');
2const FilesAdapter = require('@parse/fs-files-adapter').default;
3const MockFilesAdapter = require('mock-files-adapter');
4const Config = require('../lib/Config');

Callers

nothing calls this directly

Calls 6

loadAdapterFunction · 0.85
loadModuleFunction · 0.85
reconfigureServerFunction · 0.85
isObjectMethod · 0.80
getValidPushTypesMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected