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

Function get

src/Adapters/Auth/httpsRequest.js:24–28  ·  view source on GitHub ↗
(options, noJSON = false)

Source from the content-addressed store, hash-verified

22}
23
24function get(options, noJSON = false) {
25 return new Promise((resolve, reject) => {
26 https.get(options, makeCallback(resolve, reject, noJSON)).on('error', reject);
27 });
28}
29
30function request(options, postData) {
31 return new Promise((resolve, reject) => {

Callers

nothing calls this directly

Calls 2

makeCallbackFunction · 0.70
getMethod · 0.45

Tested by

no test coverage detected