MCPcopy Index your code
hub / github.com/jetify-com/devbox / Scripts

Method Scripts

internal/devconfig/config.go:384–391  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

382}
383
384func (c *Config) Scripts() configfile.Scripts {
385 scripts := configfile.Scripts{}
386 for _, i := range c.included {
387 maps.Copy(scripts, i.Scripts())
388 }
389 maps.Copy(scripts, c.Root.Scripts())
390 return scripts
391}
392
393func (c *Config) Hash() (string, error) {
394 data := []byte{}

Callers 6

RunDevboxTestscriptsFunction · 0.45
WriteScriptsToFilesFunction · 0.45
RunScriptMethod · 0.45
ListScriptsMethod · 0.45
GenerateDockerfileMethod · 0.45
GenerateReadmeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected