Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
48
export
async
function
loadModule(modulePath) {
49
const
module =
await
import
(modulePath);
50
return
module?.default || module;
51
}
52
53
export
default loadAdapter;
Callers
2
getPushController
Function · 0.90
AdapterLoader.spec.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected