Codebase list golang-github-vbatts-go-mtree / ba6ae86e-ba9c-46db-9248-ebba3da2645f/upstream creator.go
ba6ae86e-ba9c-46db-9248-ebba3da2645f/upstream

Tree @ba6ae86e-ba9c-46db-9248-ebba3da2645f/upstream (Download .tar.gz)

creator.go @ba6ae86e-ba9c-46db-9248-ebba3da2645f/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
}