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

Function removeReviewConfigTag

frontend/src/react/stores/sqlReview.ts:50–56  ·  view source on GitHub ↗
(resources: string[])

Source from the content-addressed store, hash-verified

48};
49
50const removeReviewConfigTag = async (resources: string[]) => {
51 await Promise.all(
52 resources.map((resource) =>
53 useAppStore.getState().deletePolicy(getTagPolicyName(resource))
54 )
55 );
56};
57
58const convertToSQLReviewPolicy = (
59 reviewConfig: ReviewConfig

Callers 1

sqlReview.tsFile · 0.85

Calls 2

getTagPolicyNameFunction · 0.85
deletePolicyMethod · 0.80

Tested by

no test coverage detected