renovate
Version:
Automated dependency updates. Flexible so you don't need to be.
9 lines (8 loc) • 329 B
JavaScript
import { getCache } from "../cache/repository/index.js";
//#region lib/util/git/pristine.ts
function getCachedPristineResult(branchName) {
return (getCache().branches?.find((branch) => branch.branchName === branchName))?.pristine ?? false;
}
//#endregion
export { getCachedPristineResult };
//# sourceMappingURL=pristine.js.map