Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ indexOf
Method
indexOf
classpath/java/lang/StringBuilder.java:236–238 ·
view source on GitHub ↗
(String s)
Source
from the content-addressed store, hash-verified
234
}
235
236
public
int
indexOf(String s) {
237
return
indexOf(s, 0);
238
}
239
240
public
int
indexOf(String s,
int
start) {
241
int
slength = s.length();
Callers
nothing calls this directly
Calls
3
charAt
Method · 0.95
length
Method · 0.65
charAt
Method · 0.65
Tested by
no test coverage detected