Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/angular/angular-cli
/ result
Function
result
packages/angular_devkit/architect/src/schedule-by-name.ts:118–120 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
116
info,
117
// This is a getter so that it always returns the next output, and not the same one.
118
get result() {
119
return
firstValueFrom(output);
120
},
121
get lastOutput() {
122
return
lastValueFrom(output);
123
},
Callers
1
callRuleAsync
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected