Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/parse-community/parse-server
/ getConfigFromDb
Function
getConfigFromDb
spec/ParseGraphQLController.spec.js:29–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
27
graphQLConfigRecord = null;
28
};
29
const
getConfigFromDb = () => {
30
return
graphQLConfigRecord;
31
};
32
33
beforeEach(
async
() => {
34
if
(!parseServer) {
Callers
1
ParseGraphQLController.spec.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected