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

Function selectBuildVersion

frontend/common/services/useBuildVersion.ts:68–69  ·  view source on GitHub ↗
(state: StoreStateType)

Source from the content-addressed store, hash-verified

66// END OF FUNCTION_EXPORTS
67
68export const selectBuildVersion = (state: StoreStateType) =>
69 buildVersionService.endpoints.getBuildVersion.select({})(state)?.data
70
71export const {
72 useGetBuildVersionQuery,

Callers 1

utils.tsxFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected