Codebase list golang-github-vbatts-go-mtree / 42384a33-6995-461d-bbed-bce6e0446a91/upstream creator.go
42384a33-6995-461d-bbed-bce6e0446a91/upstream

Tree @42384a33-6995-461d-bbed-bce6e0446a91/upstream (Download .tar.gz)

creator.go @42384a33-6995-461d-bbed-bce6e0446a91/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
}