topEntityPath function

TopEntity topEntityPath(
  1. FileSystem fs,
  2. String top
)

Implementation

TopEntity topEntityPath(FileSystem fs, String top) => TopEntity(fs, top);