depthOfNid method

int depthOfNid(
  1. int nid
)

Depth for nid (0 for roots). No TKey hash. nid must be live.

Implementation

int depthOfNid(int nid) => _store.depthByNid[nid];