MCPcopy Index your code
hub / github.com/ember-cli/ember-cli / someLineStartsWith

Function someLineStartsWith

tests/unit/commands/version-test.js:42–46  ·  view source on GitHub ↗
(lines, search)

Source from the content-addressed store, hash-verified

40});
41
42function someLineStartsWith(lines, search) {
43 return lines.some(function (line) {
44 return line.indexOf(search) === 0;
45 });
46}

Callers 1

version-test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…