MCPcopy
hub / github.com/parse-community/parse-server / create

Function create

spec/helper.js:303–306  ·  view source on GitHub ↗
(options, callback)

Source from the content-addressed store, hash-verified

301
302// Convenience method to create a new TestObject with a callback
303function create(options, callback) {
304 const t = new TestObject(options);
305 return t.save().then(callback);
306}
307
308function createTestUser() {
309 const user = new Parse.User();

Callers 2

ParseAPI.spec.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected