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

Method checkState

src/Security/Check.js:39–41  ·  view source on GitHub ↗

* Returns the current check state. * @return {CheckState} The check state.

()

Source from the content-addressed store, hash-verified

37 * @return {CheckState} The check state.
38 */
39 checkState() {
40 return this._checkState;
41 }
42
43 async run() {
44 // Get check as synchronous or asynchronous function

Callers 3

_generateReportMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected