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

Function removeConfigFromDb

spec/ParseGraphQLController.spec.js:26–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24 };
25 };
26 const removeConfigFromDb = () => {
27 graphQLConfigRecord = null;
28 };
29 const getConfigFromDb = () => {
30 return graphQLConfigRecord;
31 };

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected