MCPcopy
hub / github.com/CopilotKit/CopilotKit / click

Function click

showcase/harness/src/probes/scripts/d5-voice.test.ts:67–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65 // runner's press step.
66 },
67 async click() {
68 if (script.clickCalls) script.clickCalls.count += 1;
69 if (script.throwOnClick) {
70 throw new Error("click failed (test fake)");
71 }
72 },
73 async evaluate<R>(): Promise<R> {
74 // The textarea-value poll runs first (during preFill); after it
75 // resolves, evaluateValues feeds the assistant-transcript reader.

Callers 2

buildAuthPreFillFunction · 0.70
buildAuthAssertionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…