Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Unleash/unleash
/ set
Function
set
frontend/src/hooks/api/getters/useSignalQuery/useSignalQuery.ts:50–52 ·
view source on GitHub ↗
(key: string, value: number | boolean)
Source
from the content-addressed store, hash-verified
48
};
49
50
const
set = (key: string, value: number | boolean) => {
51
internalCache[key] = value;
52
};
53
54
return
(
55
params: SignalQueryParams,
Callers
3
createSignalQuery
Function · 0.70
onTypeChange
Function · 0.50
StrategyParameter
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected