ParentResolver typedef

ParentResolver = String? Function(String fragmentId)

Resolves a node id to its parent node id (O(1) when cached).

Implementation

typedef ParentResolver = String? Function(String childId);