MCPcopy Index your code
hub / github.com/angular/dev-infra / CheckOrStatusResult

Interface CheckOrStatusResult

ng-dev/utils/git/github-macros.ts:27–32  ·  view source on GitHub ↗

Shared base object for a derived Check or Status result.

Source from the content-addressed store, hash-verified

25
26/** Shared base object for a derived Check or Status result. */
27interface CheckOrStatusResult {
28 type: string;
29 name: string;
30 result: string;
31 url: string;
32}
33
34/** A derived Check result */
35interface CheckResult extends CheckOrStatusResult {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected