getFeature static method

String? getFeature(
  1. String path
)

Get feature for a path if present in the index, otherwise null.

Implementation

static String? getFeature(String path) => _index[_normalizePath(path)];