MCPcopy Create free account
hub / github.com/parse-community/parse-dashboard / _generateScriptId

Method _generateScriptId

src/lib/ScriptManager.js:494–496  ·  view source on GitHub ↗

* Generates a unique ID for a script using UUID * @private

()

Source from the content-addressed store, hash-verified

492 * @private
493 */
494 _generateScriptId() {
495 return crypto.randomUUID();
496 }
497}
498
499// Legacy API compatibility - these functions will work with local storage only

Callers 3

generateScriptIdMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected