MCPcopy Index your code
hub / github.com/parse-community/parse-server / loadModule

Function loadModule

src/Adapters/AdapterLoader.js:48–51  ·  view source on GitHub ↗
(modulePath)

Source from the content-addressed store, hash-verified

46}
47
48export async function loadModule(modulePath) {
49 const module = await import(modulePath);
50 return module?.default || module;
51}
52
53export default loadAdapter;

Callers 2

getPushControllerFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected