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

Method Built

internal/workingdir/workingdir.go:68–70  ·  view source on GitHub ↗

Built is a file that is created in the workspace when envbuilder has already been run. This is used to skip building when a container is restarting. e.g. docker stop -> docker start

()

Source from the content-addressed store, hash-verified

66// to skip building when a container is restarting.
67// e.g. docker stop -> docker start
68func (m WorkingDir) Built() string {
69 return m.Join("built")
70}
71
72// Image is a file that is created in the image when
73// envbuilder has already been run. This is used to skip

Callers 2

Test_WorkingDirFunction · 0.95
runFunction · 0.80

Calls 1

JoinMethod · 0.95

Tested by 1

Test_WorkingDirFunction · 0.76