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