MCPcopy Index your code
hub / github.com/Flagsmith/flagsmith / updateTag

Function updateTag

frontend/common/services/useTag.ts:50–57  ·  view source on GitHub ↗
(
  store: any,
  data: Req['updateTag'],
  options?: Parameters<typeof tagService.endpoints.updateTag.initiate>[1],
)

Source from the content-addressed store, hash-verified

48 })
49
50export async function updateTag(
51 store: any,
52 data: Req['updateTag'],
53 options?: Parameters<typeof tagService.endpoints.updateTag.initiate>[1],
54) {
55 store.dispatch(tagService.endpoints.updateTag.initiate(data, options))
56 return Promise.all(store.dispatch(tagService.util.getRunningQueriesThunk()))
57}
58export async function deleteTag(
59 store: any,
60 data: Req['deleteTag'],

Callers

nothing calls this directly

Calls 1

allMethod · 0.45

Tested by

no test coverage detected