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

Function startsWith

test/angular/1.5/angular.js:13085–13087  ·  view source on GitHub ↗
(str, search)

Source from the content-addressed store, hash-verified

13083}
13084
13085function startsWith(str, search) {
13086 return str.slice(0, search.length) === search;
13087}
13088
13089/**
13090 *

Callers 2

stripBaseUrlFunction · 0.70
removeWindowsDriveNameFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected