Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
68
export
const
selectBuildVersion = (state: StoreStateType) =>
69
buildVersionService.endpoints.getBuildVersion.select({})(state)?.data
70
71
export
const
{
72
useGetBuildVersionQuery,
Callers
1
utils.tsx
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected