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.6/angular.js:13824–13826 ·
view source on GitHub ↗
(str, search)
Source
from the content-addressed store, hash-verified
13822
}
13823
13824
function
startsWith(str, search) {
13825
return
str.slice(0, search.length) === search;
13826
}
13827
13828
/**
13829
*
Callers
3
stripBaseUrl
Function · 0.70
removeWindowsDriveName
Function · 0.70
$LocationProvider
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected