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

Method generateScriptId

src/lib/ScriptManager.js:297–299  ·  view source on GitHub ↗

* Generates a unique ID for a new script/tab * @returns {string} A UUID string

()

Source from the content-addressed store, hash-verified

295 * @returns {string} A UUID string
296 */
297 generateScriptId() {
298 return this._generateScriptId();
299 }
300
301 /**
302 * Migrates scripts to server storage with merge/overwrite logic

Callers

nothing calls this directly

Calls 1

_generateScriptIdMethod · 0.95

Tested by

no test coverage detected