MCPcopy
hub / github.com/angular-ui/ui-router / makePath

Function makePath

test/resolveSpec.ts:212–214  ·  view source on GitHub ↗
(names: string[])

Source from the content-addressed store, hash-verified

210});
211
212function makePath(names: string[]): PathNode[] {
213 return names.map((name) => new PathNode(statesMap[name]));
214}
215
216function isResolved(promise: IPromise<any>) {
217 return !!testablePromise(promise).$$resolved;

Callers 1

resolveSpec.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected