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

Function resetParseServer

benchmark/performance.js:101–103  ·  view source on GitHub ↗

* Reset Parse SDK to use the default server

()

Source from the content-addressed store, hash-verified

99 * Reset Parse SDK to use the default server
100 */
101function resetParseServer() {
102 Parse.serverURL = SERVER_URL;
103}
104
105/**
106 * Measure average time for an async operation over multiple iterations.

Callers 1

runBenchmarksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected