(
allowlistBundleIds: string[],
displayId?: number,
)
| 340 | }, |
| 341 | |
| 342 | async previewHideSet( |
| 343 | allowlistBundleIds: string[], |
| 344 | displayId?: number, |
| 345 | ): Promise<Array<{ bundleId: string; displayName: string }>> { |
| 346 | return cu.apps.previewHideSet( |
| 347 | [...allowlistBundleIds, surrogateHost], |
| 348 | displayId, |
| 349 | ) |
| 350 | }, |
| 351 | |
| 352 | // ── Display ────────────────────────────────────────────────────────── |
| 353 |
nothing calls this directly
no outgoing calls
no test coverage detected