Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ indexOf
Method
indexOf
source/util/bstring.cpp:351–353 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
349
}
350
351
int BString::indexOf(const BString& s, int fromIndex) const {
352
return indexOf(s.data->str, fromIndex);
353
}
354
355
int BString::indexOf(const char* s, int fromIndex) const {
356
if (isEmpty()) {
Callers
15
shiftBase
Method · 0.80
getDepend
Method · 0.80
postParseParam
Method · 0.80
runTest
Method · 0.80
getResolution
Function · 0.80
readFile
Function · 0.80
getParameter
Function · 0.80
endsWith
Function · 0.80
common.js
File · 0.80
comment
Method · 0.80
splitOpcodeToComponents
Method · 0.80
countOf
Method · 0.80
Calls
1
length
Function · 0.85
Tested by
no test coverage detected