commit method
Commits exactly the bytes bound into prepared.
Implementation
Future<OkfBundleCommitResult> commit(OkfPreparedChange prepared) =>
OkfBundleLock.write(
prepared._plan.rootPath,
() => _commitLocked(prepared),
);
Commits exactly the bytes bound into prepared.
Future<OkfBundleCommitResult> commit(OkfPreparedChange prepared) =>
OkfBundleLock.write(
prepared._plan.rootPath,
() => _commitLocked(prepared),
);