MCPcopy Create free account
hub / github.com/coder/envbuilder / WorkingDir

Struct WorkingDir

internal/workingdir/workingdir.go:38–40  ·  view source on GitHub ↗

WorkingDir is a working directory for envbuilder. It will also be present in images built by envbuilder.

Source from the content-addressed store, hash-verified

36// WorkingDir is a working directory for envbuilder. It
37// will also be present in images built by envbuilder.
38type WorkingDir struct {
39 base string
40}
41
42// At returns a WorkingDir rooted at filepath.Join(paths...)
43func At(paths ...string) WorkingDir {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected