Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/parse-community/parse-server
/ cloud
Function
cloud
spec/index.spec.js:584–586 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
582
masterKey:
'abc'
,
583
serverURL:
'http://localhost:12668/parse'
,
584
async
cloud() {
585
await
new
Promise(resolve => setTimeout(resolve, 2000));
586
},
587
});
588
const
express = require(
'express'
);
589
const
app = express();
Callers
1
start
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected