MCPcopy Create free account
hub / github.com/Sma1lboy/RegTool / GetEnv

Method GetEnv

shell/shell_manager.go:12–12  ·  view source on GitHub ↗
(key string)

Source from the content-addressed store, hash-verified

10type ShellManager interface {
11 SetEnv(key, value string) error
12 GetEnv(key string) (string, error)
13}
14
15// ShellFactory is a function type that returns a new ShellManager.

Callers

nothing calls this directly

Implementers 2

Zshshell/zsh/zsh.go
Bashshell/bash/bash.go

Calls

no outgoing calls

Tested by

no test coverage detected