* Generates a unique ID for a new script/tab * @returns {string} A UUID string
()
| 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 |
nothing calls this directly
no test coverage detected