MCPcopy Index your code
hub / github.com/angular-ui/ui-grid / startsWith

Function startsWith

lib/test/angular/1.7.0/angular.js:13861–13863  ·  view source on GitHub ↗
(str, search)

Source from the content-addressed store, hash-verified

13859}
13860
13861function startsWith(str, search) {
13862 return str.slice(0, search.length) === search;
13863}
13864
13865/**
13866 *

Callers 3

stripBaseUrlFunction · 0.70
removeWindowsDriveNameFunction · 0.70
$LocationProviderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected