Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/angular-ui/ui-router
/ sliceArgs
Function
sliceArgs
test/angular/1.4/angular.js:1184–1186 ·
view source on GitHub ↗
(args, startIndex)
Source
from the content-addressed store, hash-verified
1182
}
1183
1184
function
sliceArgs(args, startIndex) {
1185
return
slice.call(args, startIndex || 0);
1186
}
1187
1188
1189
/* jshint -W101 */
Callers
5
bind
Function · 0.70
completeOutstandingRequest
Function · 0.70
applyDirectivesToNode
Function · 0.70
interval
Function · 0.70
timeout
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected