MCPcopy Create free account
hub / github.com/decaporg/decap-cms / isCMSLabel

Function isCMSLabel

packages/decap-cms-lib-util/src/APIUtils.ts:11–13  ·  view source on GitHub ↗
(label: string, labelPrefix: string)

Source from the content-addressed store, hash-verified

9}
10
11export function isCMSLabel(label: string, labelPrefix: string) {
12 return label.startsWith(getLabelPrefix(labelPrefix));
13}
14
15export function labelToStatus(label: string, labelPrefix: string) {
16 return label.slice(getLabelPrefix(labelPrefix).length);

Callers 15

getPullRequestsMethod · 0.90
withCmsLabelFunction · 0.90
withoutCmsLabelFunction · 0.90
setPullRequestStatusMethod · 0.90
getMergeRequestsMethod · 0.90

Calls 1

getLabelPrefixFunction · 0.85

Tested by

no test coverage detected