Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
type
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
Zsh
shell/zsh/zsh.go
Bash
shell/bash/bash.go
Calls
no outgoing calls
Tested by
no test coverage detected