Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Sma1lboy/RegTool
/ SetEnv
Method
SetEnv
shell/shell_manager.go:11–11 ·
view source on GitHub ↗
(key, value string)
Source
from the content-addressed store, hash-verified
9
// ShellManager is an interface for setting and getting environment variables in shell configuration files.
10
type
ShellManager
interface
{
11
SetEnv(key, value string) error
12
GetEnv(key string) (string, error)
13
}
14
Callers
1
SetRegistry
Method · 0.95
Implementers
2
Zsh
shell/zsh/zsh.go
Bash
shell/bash/bash.go
Calls
no outgoing calls
Tested by
no test coverage detected