MCPcopy Index your code
hub / github.com/javascriptdata/danfojs / strings.test.js

File strings.test.js

src/danfojs-browser/tests/core/strings.test.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/* eslint-disable no-undef */
2
3describe("Str", function () {
4 it("Converts all characters to lowercase.", function () {

Callers

nothing calls this directly

Calls 15

toLowerCaseMethod · 0.80
toUpperCaseMethod · 0.80
capitalizeMethod · 0.80
charAtMethod · 0.80
concatMethod · 0.80
startsWithMethod · 0.80
endsWithMethod · 0.80
includesMethod · 0.80
indexOfMethod · 0.80
lastIndexOfMethod · 0.80
repeatMethod · 0.80
searchMethod · 0.80

Tested by

no test coverage detected