Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devspace-sh/devspace
/ IsUnsafeCommandName
Function
IsUnsafeCommandName
pkg/util/encoding/encoding.go:57–59 ·
view source on GitHub ↗
(unsafeCommandName string)
Source
from the content-addressed store, hash-verified
55
}
56
57
func
IsUnsafeCommandName(unsafeCommandName string) bool {
58
return
!UnsafeCommandNameRegEx.MatchString(unsafeCommandName)
59
}
Callers
1
validateCommands
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected