Example #1
0
        public static CoreDstDependencies Load(IDstFSInterop dstinterop, bool cacheused = false)
        {
            CoreDstDependencies destdeps = new CoreDstDependencies(dstinterop);

            // Would possibly load a cached blobindex file here
            (destdeps.Blobs, destdeps.Backups) = destdeps.LoadIndex();
            return(destdeps);
        }