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

Method _getLocalPath

src/lib/ScriptManager.js:486–488  ·  view source on GitHub ↗

* Gets the local storage path for scripts * @private

(appId)

Source from the content-addressed store, hash-verified

484 * @private
485 */
486 _getLocalPath(appId) {
487 return `ParseDashboard:${VERSION}:${appId}:Scripts`;
488 }
489
490 /**
491 * Generates a unique ID for a script using UUID

Callers 3

deleteFromBrowserMethod · 0.95
_getScriptsFromLocalMethod · 0.95
_saveScriptsToLocalMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected