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

Function supportsForwardDelete

src/ClientSDK.js:18–22  ·  view source on GitHub ↗
(clientSDK)

Source from the content-addressed store, hash-verified

16}
17
18function supportsForwardDelete(clientSDK) {
19 return compatible({
20 js: '>=1.9.0',
21 })(clientSDK);
22}
23
24function fromString(version) {
25 const versionRE = /([-a-zA-Z]+)([0-9\.]+)/;

Callers

nothing calls this directly

Calls 1

compatibleFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…