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

Function startsWith

test/angular/1.7/angular.js:14452–14454  ·  view source on GitHub ↗
(str, search)

Source from the content-addressed store, hash-verified

14450}
14451
14452function startsWith(str, search) {
14453 return str.slice(0, search.length) === search;
14454}
14455
14456/**
14457 *

Callers 3

stripBaseUrlFunction · 0.70
removeWindowsDriveNameFunction · 0.70
$LocationProviderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected