MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / charAt

Method charAt

source/util/bstring.cpp:271–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269}
270
271char BString::charAt(int i) const {
272 if (i < data->len) {
273 return data->str[i];
274 }
275 return 0;
276}
277
278int BString::compareTo(const BString& s, bool ignoreCase, int offset, int len) const {
279 return compareTo(s.data->str, ignoreCase, offset, len);

Callers 14

marshalInArrayOfDataMethod · 0.80
marshalOutPointerMethod · 0.80
commitTextMethod · 0.80
makeEnumNameMethod · 0.80
_assignOpcodeMethod · 0.80
base.jsFile · 0.80
initMethod · 0.80
openatMethod · 0.80
mkdiratMethod · 0.80
fstatat64Method · 0.80
unlinkatMethod · 0.80
faccessatMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected