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.7.0/angular.js:13861–13863 ·
view source on GitHub ↗
(str, search)
Source
from the content-addressed store, hash-verified
13859
}
13860
13861
function
startsWith(str, search) {
13862
return
str.slice(0, search.length) === search;
13863
}
13864
13865
/**
13866
*
Callers
3
stripBaseUrl
Function · 0.70
removeWindowsDriveName
Function · 0.70
$LocationProvider
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected