Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
AudioInputList.test.tsx
File · 0.80
VideoInputList.test.tsx
File · 0.80
useLocalTracks
Function · 0.80
usePasscodeAuth.test.tsx
File · 0.80
getPasscode
Function · 0.80
useActiveSinkId
Function · 0.80
useActiveSinkId.test.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected