MCPcopy
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

willUpdateMethod · 0.45
updatedMethod · 0.45
_renderRowMethod · 0.45
connectMethod · 0.45
runAgentMethod · 0.45
connectMethod · 0.45
IntelligenceIndicatorFunction · 0.45
pushItemFunction · 0.45
CopilotChatInputFunction · 0.45

Calls

no outgoing calls

Tested by 15

onMethod · 0.36
triggerResizeForTargetsFunction · 0.36
onMethod · 0.36
offMethod · 0.36
onMethod · 0.36
offMethod · 0.36
expectNoEventAfterFunction · 0.36
onMethod · 0.36
cloneMethod · 0.36
cloneMethod · 0.36
makeStubSchedulerFunction · 0.36
makeFakeSchedulerFunction · 0.36