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

Function startsWith

lib/test/angular/1.6.7/angular.js:13657–13659  ·  view source on GitHub ↗
(str, search)

Source from the content-addressed store, hash-verified

13655}
13656
13657function startsWith(str, search) {
13658 return str.slice(0, search.length) === search;
13659}
13660
13661/**
13662 *

Callers 3

stripBaseUrlFunction · 0.70
removeWindowsDriveNameFunction · 0.70
$LocationProviderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected