* Get current IO signal value (for external wait coordination)
()
| 452 | * Get current IO signal value (for external wait coordination) |
| 453 | */ |
| 454 | getIOSignal() { |
| 455 | return Atomics.load(this.int32, IO_READY_INDEX); |
| 456 | } |
| 457 | } |
| 458 | |
| 459 | module.exports = { |
nothing calls this directly
no outgoing calls
no test coverage detected