stat abstract method

Future<RepoStat> stat(
  1. String path
)

Metadata for path (never throws for a missing path — returns exists: false).

Implementation

Future<RepoStat> stat(String path);