MCPcopy Index your code
hub / github.com/CopilotKit/CopilotKit / tick

Function tick

packages/bot/src/reactions.test.ts:8–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6import { MemoryStore } from "./state/memory-store.js";
7
8const tick = () => new Promise((r) => setTimeout(r, 0));
9
10describe("bot.onReaction", () => {
11 it("routes a specific reaction, normalizing the platform token", async () => {

Callers 1

reactions.test.tsFile · 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…