Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CopilotKit/CopilotKit
/ has
Method
has
packages/react-native/src/polyfills/dom.ts:50–52 ·
view source on GitHub ↗
(name: string)
Source
from the content-addressed store, hash-verified
48
this._map[name.toLowerCase()] = value;
49
}
50
has(name: string): boolean {
51
return
name.toLowerCase() in this._map;
52
}
53
delete(name: string): void {
54
delete this._map[name.toLowerCase()];
55
}
Callers
15
willUpdate
Method · 0.45
updated
Method · 0.45
_renderRow
Method · 0.45
connect
Method · 0.45
runAgent
Method · 0.45
connect
Method · 0.45
IntelligenceIndicator
Function · 0.45
intelligence-indicator-logic.test.ts
File · 0.45
pushItem
Function · 0.45
CopilotChatInput
Function · 0.45
CopilotChatSuggestionView.tsx
File · 0.45
CopilotChatMessageView.tsx
File · 0.45
Calls
no outgoing calls
Tested by
15
on
Method · 0.36
triggerResizeForTargets
Function · 0.36
on
Method · 0.36
off
Method · 0.36
on
Method · 0.36
off
Method · 0.36
expectNoEventAfter
Function · 0.36
on
Method · 0.36
clone
Method · 0.36
clone
Method · 0.36
makeStubScheduler
Function · 0.36
makeFakeScheduler
Function · 0.36