Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/wavetermdev/waveterm
/ IsValidEnvVarName
Function
IsValidEnvVarName
pkg/util/shellutil/shellquote.go:20–22 ·
view source on GitHub ↗
(name string)
Source
from the content-addressed store, hash-verified
18
)
19
20
func
IsValidEnvVarName(name string) bool {
21
return
envVarNamePattern.MatchString(name)
22
}
23
24
func
HardQuote(s string) string {
25
if
s ==
""
{
Callers
3
encodeEnvVarsForBash
Function · 0.85
encodeEnvVarsForFish
Function · 0.85
encodeEnvVarsForPowerShell
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected