MCPcopy Create free account
hub / github.com/angular/dev-infra /

Class

ng-dev/pr/common/labels/target.ts:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import {createTypedObject, Label} from './base.js';
2
3export class TargetLabel extends Label {
4 // Field to ensure other labels are not assignable to `TargetLabel`.
5 __hasTargetLabelMarker__ = true;
6}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected