(b byte)
| 273 | } |
| 274 | |
| 275 | func 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 |
no outgoing calls
no test coverage detected