MCPcopy Index your code
hub / github.com/zaproxy/zaproxy / indexFirstOf

Method indexFirstOf

zap/src/main/java/org/apache/commons/httpclient/URI.java:2110–2112  ·  view source on GitHub ↗

Get the earlier index that to be searched for the first occurrance in one of any of the given string. @param s the string to be indexed @param delims the delimiters used to index @return the earlier index if there are delimiters

(String s, String delims)

Source from the content-addressed store, hash-verified

2108 * @return the earlier index if there are delimiters
2109 */
2110 protected int indexFirstOf(String s, String delims) {
2111 return indexFirstOf(s, delims, -1);
2112 }
2113
2114
2115 /**

Callers 2

parseUriReferenceMethod · 0.95
setRawPathMethod · 0.95

Calls 2

lengthMethod · 0.45
indexOfMethod · 0.45

Tested by

no test coverage detected