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

Function FixInstallableArg

internal/nix/nix.go:290–294  ·  view source on GitHub ↗

fixInstallableArg calls fixInstallableArgs with a single argument.

(arg string)

Source from the content-addressed store, hash-verified

288
289// fixInstallableArg calls fixInstallableArgs with a single argument.
290func FixInstallableArg(arg string) string {
291 args := []string{arg}
292 FixInstallableArgs(args)
293 return args[0]
294}

Callers 2

URLWithCachingMethod · 0.92

Calls 1

FixInstallableArgsFunction · 0.85

Tested by

no test coverage detected