(block, direction, cursorPos)
| 383 | } |
| 384 | |
| 385 | async function openBlock (block, direction, cursorPos) { |
| 386 | bot.activateBlock(block, direction, cursorPos) |
| 387 | const [window] = await once(bot, 'windowOpen') |
| 388 | extendWindow(window) |
| 389 | return window |
| 390 | } |
| 391 | |
| 392 | async function openEntity (entity) { |
| 393 | bot.activateEntity(entity) |
nothing calls this directly
no test coverage detected
searching dependent graphs…