MCPcopy 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
57func IsUnsafeCommandName(unsafeCommandName string) bool {
58 return !UnsafeCommandNameRegEx.MatchString(unsafeCommandName)
59}

Callers 1

validateCommandsFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected