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.5/angular.js:13085–13087 ·
view source on GitHub ↗
(str, search)
Source
from the content-addressed store, hash-verified
13083
}
13084
13085
function
startsWith(str, search) {
13086
return
str.slice(0, search.length) === search;
13087
}
13088
13089
/**
13090
*
Callers
2
stripBaseUrl
Function · 0.70
removeWindowsDriveName
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected