Codebase list golang-github-vbatts-go-mtree / 456f9217-1bd0-4d0b-9c5a-088114e223d6/upstream creator.go
456f9217-1bd0-4d0b-9c5a-088114e223d6/upstream

Tree @456f9217-1bd0-4d0b-9c5a-088114e223d6/upstream (Download .tar.gz)

creator.go @456f9217-1bd0-4d0b-9c5a-088114e223d6/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
}