Codebase list golang-github-vbatts-go-mtree / upstream/latest creator.go
upstream/latest

Tree @upstream/latest (Download .tar.gz)

creator.go @upstream/latestraw · 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
}