MCPcopy
hub / github.com/growthbook/growthbook / get

Method get

packages/sdk-js/src/sticky-bucket-service.ts:24–24  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

22 options?: CookieAttributes,
23 ): string | undefined;
24 get(name: string): string | T | undefined;
25 get(): { [key: string]: string };
26 remove(name: string, options?: CookieAttributes): void;
27}

Callers 15

effFunction · 0.65
snapshots.test.tsFile · 0.65
projects.test.tsFile · 0.65
attributes.test.tsFile · 0.65
app.tsFile · 0.65

Calls

no outgoing calls

Tested by 2

effFunction · 0.52
extractQFunction · 0.52