Codebase list golang-github-vbatts-go-mtree / 580124fe-edbd-470c-b49b-b582d0a48943/main creator.go
580124fe-edbd-470c-b49b-b582d0a48943/main

Tree @580124fe-edbd-470c-b49b-b582d0a48943/main (Download .tar.gz)

creator.go @580124fe-edbd-470c-b49b-b582d0a48943/mainraw · 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
}