MCPcopy
hub / github.com/CopilotKit/CopilotKit / set

Method set

packages/react-native/src/polyfills/dom.ts:47–49  ·  view source on GitHub ↗
(name: string, value: string)

Source from the content-addressed store, hash-verified

45 return this._map[name.toLowerCase()] ?? null;
46 }
47 set(name: string, value: string): void {
48 this._map[name.toLowerCase()] = value;
49 }
50 has(name: string): boolean {
51 return name.toLowerCase() in this._map;
52 }

Callers 15

enqueueUserMessageMethod · 0.45
getOrCreateMethod · 0.45
recordMessageMethod · 0.45
ensureStreamFunction · 0.45
onTextMessageStartEventFunction · 0.45
onToolCallStartEventFunction · 0.45
parseCustomPropertiesFunction · 0.45
runMethod · 0.45
onTextMessageStartEventFunction · 0.45

Calls

no outgoing calls

Tested by 15

setAgentsMethod · 0.36
setRuntimeUrlMethod · 0.36
setHeadersMethod · 0.36
setRuntimeTransportMethod · 0.36
setRuntimeUrlMethod · 0.36
setHeadersMethod · 0.36
setThreadEndpointsMethod · 0.36
setIntelligenceMethod · 0.36
submitInputMethod · 0.36
changeInputMethod · 0.36