Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular-ui/ui-router
/ invokeLater
Function
invokeLater
test/resolveSpec.ts:22–24 ·
view source on GitHub ↗
(fn: Function, ctx: ResolveContext)
Source
from the content-addressed store, hash-verified
20
let
asyncCount;
21
22
function
invokeLater(fn: Function, ctx: ResolveContext) {
23
return
new
Resolvable(
''
, fn, services.$injector.annotate(fn)).get(ctx);
24
}
25
26
function
getStates() {
27
return
{
Callers
1
resolveSpec.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected