MCPcopy Create free account
hub / github.com/OctopusDeploy/cli / isEscapableDelimiter

Function isEscapableDelimiter

pkg/packages/packages.go:275–277  ·  view source on GitHub ↗
(b byte)

Source from the content-addressed store, hash-verified

273}
274
275func isEscapableDelimiter(b byte) bool {
276 return b == ':' || b == '/' || b == '=' || b == '\\'
277}
278
279// AmbiguousPackageVersionOverride tells us that we want to set the version of some package to `Version`
280// but it's not clear whether ActionNameOrPackageID refers to an ActionName or PackageID at this point

Callers 2

unescapePackageStringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected