MCPcopy Index your code
hub / github.com/kirodotdev/Kiro / getAllLabels

Method getAllLabels

scripts/data_models.ts:79–87  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77 }
78
79 getAllLabels(): string[] {
80 return [
81 ...this.feature_component,
82 ...this.os_specific,
83 ...this.theme,
84 ...this.workflow,
85 ...this.special,
86 ];
87 }
88}
89
90export interface IssueData {

Callers 3

testWorkflowComponentsFunction · 0.95
validateLabelsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected