getLocalRelations method

  1. @visibleForTesting
Future<RelationsCache> getLocalRelations()

Implementation

@visibleForTesting
Future<RelationsCache> getLocalRelations() async {
  return inferRelationsFromDb(adapter, opts, builder);
}