(url)
| 5993 | } |
| 5994 | __name(hasAuthenticationEntry, "hasAuthenticationEntry"); |
| 5995 | function includesCredentials(url) { |
| 5996 | return !!(url.username || url.password); |
| 5997 | } |
| 5998 | __name(includesCredentials, "includesCredentials"); |
| 5999 | function isTraversableNavigable(navigable) { |
| 6000 | return navigable != null && navigable !== "client" && navigable !== "no-traversable"; |
no outgoing calls
no test coverage detected