Codebase list golang-github-vbatts-go-mtree / bd45743a-c878-4d01-97da-094c1925934b/upstream creator.go
bd45743a-c878-4d01-97da-094c1925934b/upstream

Tree @bd45743a-c878-4d01-97da-094c1925934b/upstream (Download .tar.gz)

creator.go @bd45743a-c878-4d01-97da-094c1925934b/upstreamraw · history · blame

package mtree

// dhCreator is used in when building a DirectoryHierarchy
type dhCreator struct {
	DH     *DirectoryHierarchy
	fs     FsEval
	curSet *Entry
	curDir *Entry
	curEnt *Entry
}