Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular-ui/ui-router
/ sliceArgs
Function
sliceArgs
test/angular/1.3/angular.js:975–977 ·
view source on GitHub ↗
(args, startIndex)
Source
from the content-addressed store, hash-verified
973
}
974
975
function
sliceArgs(args, startIndex) {
976
return
slice.call(args, startIndex || 0);
977
}
978
979
980
/* jshint -W101 */
Callers
3
bind
Function · 0.70
completeOutstandingRequest
Function · 0.70
applyDirectivesToNode
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected