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

Function setMessage

src/StatusHandler.js:96–101  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

94 };
95
96 const setMessage = function (message) {
97 if (!message || typeof message !== 'string') {
98 return Promise.resolve();
99 }
100 return handler.update({ objectId }, { message });
101 };
102
103 const setSucceeded = function (message) {
104 return setFinalStatus('succeeded', message);

Callers

nothing calls this directly

Calls 1

updateMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…