debugLinkRefCount function

int debugLinkRefCount(
  1. int id
)

Returns the pooled link refcount for id.

This is exposed for targeted regression tests.

Implementation

int debugLinkRefCount(int id) => _linkRegistry.refCount(id);