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

Method appendAllowInsecure

internal/devconfig/configfile/ast.go:212–218  ·  view source on GitHub ↗
(name, fieldName string, whitelist []string)

Source from the content-addressed store, hash-verified

210}
211
212func (c *configAST) appendAllowInsecure(name, fieldName string, whitelist []string) {
213 if len(whitelist) == 0 {
214 return
215 }
216
217 c.appendStringSliceField(name, fieldName, whitelist)
218}
219
220// removePatch removes the patch field from the named package.
221func (c *configAST) removePatch(name string) {

Callers 1

SetAllowInsecureMethod · 0.80

Calls 1

Tested by

no test coverage detected