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

Method appendPlatforms

internal/devconfig/configfile/ast.go:196–202  ·  view source on GitHub ↗
(name, fieldName string, platforms []string)

Source from the content-addressed store, hash-verified

194}
195
196func (c *configAST) appendPlatforms(name, fieldName string, platforms []string) {
197 if len(platforms) == 0 {
198 return
199 }
200
201 c.appendStringSliceField(name, fieldName, platforms)
202}
203
204func (c *configAST) appendOutputs(name, fieldName string, outputs []string) {
205 if len(outputs) == 0 {

Callers 2

AddPlatformsMethod · 0.80
ExcludePlatformsMethod · 0.80

Calls 1

Tested by

no test coverage detected