MCPcopy Index your code
hub / github.com/BlockRunAI/ClawRouter / transformForTelegramSplit

Function transformForTelegramSplit

src/share-formatters.ts:539–542  ·  view source on GitHub ↗
(md: string)

Source from the content-addressed store, hash-verified

537 * suitable for separate sendMessage calls.
538 */
539export function transformForTelegramSplit(md: string): string[] {
540 const single = transform(md, "telegram");
541 return splitTelegramMessage(single);
542}
543
544/** Exposed for testing. */
545export const __test__ = {

Callers 1

Calls 2

transformFunction · 0.85
splitTelegramMessageFunction · 0.85

Tested by

no test coverage detected