MCPcopy
hub / github.com/CopilotKit/CopilotKit / tick

Function tick

packages/bot/src/create-bot.test.ts:11–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9import type { BotNode } from "@copilotkit/bot-ui";
10
11const tick = () => new Promise((r) => setTimeout(r, 0));
12
13/**
14 * Compile-time guards for the handler generics (validated by check-types/build,

Callers 1

create-bot.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…