MCPcopy Create free account
hub / github.com/bytebase/bytebase / getTagPolicyName

Function getTagPolicyName

frontend/src/react/stores/sqlReview.ts:25–26  ·  view source on GitHub ↗
(resourcePath: string)

Source from the content-addressed store, hash-verified

23
24// `${resourcePath}/policies/tag` — PolicyType[TAG] lowercased.
25const getTagPolicyName = (resourcePath: string): string =>
26 `${resourcePath}/policies/${PolicyType[PolicyType.TAG].toLowerCase()}`;
27
28const upsertReviewConfigTag = async (
29 resources: string[],

Callers 2

removeReviewConfigTagFunction · 0.85
sqlReview.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected