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