MCPcopy Index your code
hub / github.com/parse-community/parse-server / isSet

Method isSet

src/Utils.js:155–157  ·  view source on GitHub ↗

* Realm-safe check for Set. * @param {any} value The value to check. * @returns {Boolean} Returns true if the value is a Set.

(value)

Source from the content-addressed store, hash-verified

153 * @returns {Boolean} Returns true if the value is a Set.
154 */
155 static isSet(value) {
156 return types.isSet(value);
157 }
158
159 /**
160 * Realm-safe check for native Error.

Callers 2

getCircularReplacerMethod · 0.80
Utils.spec.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected