MCPcopy
hub / github.com/angular-ui/ui-grid / startsWith

Function startsWith

lib/test/angular/1.8.0/angular.js:14517–14519  ·  view source on GitHub ↗
(str, search)

Source from the content-addressed store, hash-verified

14515}
14516
14517function startsWith(str, search) {
14518 return str.slice(0, search.length) === search;
14519}
14520
14521/**
14522 *

Callers 3

stripBaseUrlFunction · 0.70
removeWindowsDriveNameFunction · 0.70
$LocationProviderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected