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

Function packagesVersionedNames

testscripts/testrunner/assert.go:198–204  ·  view source on GitHub ↗
(c devconfig.Config)

Source from the content-addressed store, hash-verified

196}
197
198func packagesVersionedNames(c devconfig.Config) []string {
199 result := make([]string, 0, len(c.Root.TopLevelPackages()))
200 for _, p := range c.Root.TopLevelPackages() {
201 result = append(result, p.VersionedName())
202 }
203 return result
204}

Callers 1

Calls 2

VersionedNameMethod · 0.80
TopLevelPackagesMethod · 0.45

Tested by

no test coverage detected