* Gets the local storage path for scripts * @private
(appId)
| 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 |
no outgoing calls
no test coverage detected