MCPcopy Create free account
hub / github.com/Flagsmith/flagsmith / getBuildVersion

Function getBuildVersion

frontend/common/services/useBuildVersion.ts:55–65  ·  view source on GitHub ↗
(
  store: any,
  data: Req['getBuildVersion'],
  options?: Parameters<
    typeof buildVersionService.endpoints.getBuildVersion.initiate
  >[1],
)

Source from the content-addressed store, hash-verified

53 })
54
55export async function getBuildVersion(
56 store: any,
57 data: Req['getBuildVersion'],
58 options?: Parameters<
59 typeof buildVersionService.endpoints.getBuildVersion.initiate
60 >[1],
61) {
62 return store.dispatch(
63 buildVersionService.endpoints.getBuildVersion.initiate(data, options),
64 )
65}
66// END OF FUNCTION_EXPORTS
67
68export const selectBuildVersion = (state: StoreStateType) =>

Callers 2

account-store.jsFile · 0.90
App.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…