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

Function startsWith

test/angular/1.6/angular.js:13824–13826  ·  view source on GitHub ↗
(str, search)

Source from the content-addressed store, hash-verified

13822}
13823
13824function startsWith(str, search) {
13825 return str.slice(0, search.length) === search;
13826}
13827
13828/**
13829 *

Callers 3

stripBaseUrlFunction · 0.70
removeWindowsDriveNameFunction · 0.70
$LocationProviderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected