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

Method String

internal/devbox/envpath/stack.go:48–50  ·  view source on GitHub ↗

String is the value of the stack stored in its env-var.

()

Source from the content-addressed store, hash-verified

46
47// String is the value of the stack stored in its env-var.
48func (s *stack) String() string {
49 return strings.Join(s.keys, ":")
50}
51
52func (s *stack) Path(env map[string]string) string {
53 // Look up the paths-list for each stack element, and join them together to get the final PATH.

Callers 6

PushMethod · 0.95
SecretsMethod · 0.45
shellPathMethod · 0.45
exportifyFunction · 0.45
exportifyNushellFunction · 0.45
propagatedEnvFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected