MCPcopy Create free account
hub / github.com/jetify-com/devbox / appendOutputs

Method appendOutputs

internal/devconfig/configfile/ast.go:204–210  ·  view source on GitHub ↗
(name, fieldName string, outputs []string)

Source from the content-addressed store, hash-verified

202}
203
204func (c *configAST) appendOutputs(name, fieldName string, outputs []string) {
205 if len(outputs) == 0 {
206 return
207 }
208
209 c.appendStringSliceField(name, fieldName, outputs)
210}
211
212func (c *configAST) appendAllowInsecure(name, fieldName string, whitelist []string) {
213 if len(whitelist) == 0 {

Callers 1

SetOutputsMethod · 0.80

Calls 1

Tested by

no test coverage detected