MCPcopy
hub / github.com/jetify-com/devbox / String

Method String

internal/nix/search.go:31–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29}
30
31func (i *PkgInfo) String() string {
32 return fmt.Sprintf("%s-%s", i.PName, i.Version)
33}
34
35func Search(url string) (map[string]*PkgInfo, error) {
36 if strings.HasPrefix(url, "runx:") {

Callers 15

restartDaemonFunction · 0.45
FixInstallableArgsFunction · 0.45
DaemonVersionFunction · 0.45
ResolveCachedFlakeFunction · 0.45
ClearFlakeCacheFunction · 0.45
URLWithCachingMethod · 0.45
flakeInputsFunction · 0.45
newGlibcPatchFlakeFunction · 0.45
addInputMethod · 0.45
LogValueMethod · 0.45
WriteScriptsToFilesFunction · 0.45

Calls

no outgoing calls

Tested by 2

TestCheckVersionFunction · 0.36