MCPcopy 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
20func IsValidEnvVarName(name string) bool {
21 return envVarNamePattern.MatchString(name)
22}
23
24func HardQuote(s string) string {
25 if s == "" {

Callers 3

encodeEnvVarsForBashFunction · 0.85
encodeEnvVarsForFishFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected