Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular-ui/ui-router
/ startsWith
Function
startsWith
test/angular/1.7/angular.js:14452–14454 ·
view source on GitHub ↗
(str, search)
Source
from the content-addressed store, hash-verified
14450
}
14451
14452
function
startsWith(str, search) {
14453
return
str.slice(0, search.length) === search;
14454
}
14455
14456
/**
14457
*
Callers
3
stripBaseUrl
Function · 0.70
removeWindowsDriveName
Function · 0.70
$LocationProvider
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected