debugLinkSlot function

int debugLinkSlot(
  1. int id
)

Returns the pooled link slot index for id.

This is exposed for targeted regression tests.

Implementation

int debugLinkSlot(int id) => _linkRegistry.slot(id);