MCPcopy Create free account
hub / github.com/CopilotKit/CopilotKit / codePlaceholder

Function codePlaceholder

packages/bot-telegram/src/telegram-html.ts:32–34  ·  view source on GitHub ↗
(i: number)

Source from the content-addressed store, hash-verified

30// Uses a non-regex-control-char delimiter so ESLint is happy.
31const CODE_PLACEHOLDER_RE = /\u{FFFE}CODE(\d+)\u{FFFE}/gu;
32function codePlaceholder(i: number): string {
33 return `￾CODE${i}￾`;
34}
35
36const LINK_PLACEHOLDER_RE = /\u{FFFE}LINK(\d+)\u{FFFE}/gu;
37function linkPlaceholder(i: number): string {

Callers 1

telegramHtmlFunction · 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…