Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
14517
function
startsWith(str, search) {
14518
return
str.slice(0, search.length) === search;
14519
}
14520
14521
/**
14522
*
Callers
3
stripBaseUrl
Function · 0.70
removeWindowsDriveName
Function · 0.70
$LocationProvider
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected