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

Struct LifecycleScript

devcontainer/script.go:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14)
15
16type LifecycleScript struct {
17 shellCommands map[string]string
18 nonShellCommands map[string][]string
19}
20
21func (s *LifecycleScript) IsEmpty() bool {
22 return len(s.shellCommands) == 0 && len(s.nonShellCommands) == 0

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected