MCPcopy
hub / github.com/growthbook/growthbook / set

Method set

packages/sdk-js/src/sticky-bucket-service.ts:31–31  ·  view source on GitHub ↗
(key: string, value: string)

Source from the content-addressed store, hash-verified

29export interface IORedisCompat {
30 mget(...keys: string[]): Promise<string[]>;
31 set(key: string, value: string): Promise<string>;
32}
33
34export interface RequestCompat {

Callers 15

features.test.tsFile · 0.65
snapshots.test.tsFile · 0.65
features.test.tsFile · 0.65
projects.test.tsFile · 0.65
attributes.test.tsFile · 0.65
app.tsFile · 0.65
updatePresentationFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected