MCPcopy Create free account
hub / github.com/clawbot7/cli-gateway / formatTextCodeBlock

Function formatTextCodeBlock

src/gateway/router.ts:1186–1189  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

1184}
1185
1186function formatTextCodeBlock(text: string): string {
1187 const safe = text.trim().replace(/```/g, '``\u200b`');
1188 return `\n\`\`\`text\n${safe}\n\`\`\`\n`;
1189}
1190
1191function whitelistUsageText(): string {
1192 return [

Callers 1

renderSessionUpdateDeltaFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected