MCPcopy Create free account
hub / github.com/parse-community/parse-server / cloud

Function cloud

spec/CloudCode.spec.js:67–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65 masterKey: 'test',
66 serverURL: 'http://localhost:12668/parse',
67 async cloud() {
68 await new Promise(resolve => setTimeout(resolve, 1000));
69 Parse.Cloud.beforeSave('Test', () => {
70 throw 'Cannot save.';
71 });
72 },
73 }).start();
74 const express = require('express');
75 const app = express();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…