MCPcopy
hub / github.com/twilio/twilio-video-app-react / getItem

Method getItem

src/setupTests.ts:13–15  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

11 store = {} as { [key: string]: string };
12
13 getItem(key: string) {
14 return this.store[key];
15 }
16
17 setItem(key: string, value: string) {
18 this.store[key] = value;

Callers 7

useLocalTracksFunction · 0.80
getPasscodeFunction · 0.80
useActiveSinkIdFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected