(en, vi)
| 11 | } from "./helpers/storageScripts.js"; |
| 12 | |
| 13 | const createTitle = (en, vi) => ({ name: { en, vi } }); |
| 14 | |
| 15 | // Create script proxy from metadata (lightweight, no implementation code) |
| 16 | // Add dummy context objects so canClick() and canAutoRun() work correctly |
no outgoing calls
no test coverage detected