inspect method
Inventories and parses the bundle rooted at rootPath.
Implementation
Future<OkfBundleLoadResult> inspect(String rootPath) =>
OkfBundleLock.read(rootPath, () => _inspect(rootPath));
Inventories and parses the bundle rooted at rootPath.
Future<OkfBundleLoadResult> inspect(String rootPath) =>
OkfBundleLock.read(rootPath, () => _inspect(rootPath));