inspect method

Future<OkfBundleLoadResult> inspect(
  1. String rootPath
)

Inventories and parses the bundle rooted at rootPath.

Implementation

Future<OkfBundleLoadResult> inspect(String rootPath) =>
    OkfBundleApplyLock.synchronized(rootPath, () => _inspect(rootPath));