MCPcopy Create free account
hub / github.com/ColeMurray/background-agents / escapeHtml

Function escapeHtml

packages/linear-bot/src/webhook-handler.ts:45–51  ·  view source on GitHub ↗
(s: string)

Source from the content-addressed store, hash-verified

43const sessionEventsSummaryResponseSchema = z.object({
44 events: z.array(
45 z.object({
46 type: z.literal("token"),
47 data: z.object({
48 content: z.string(),
49 }),
50 })
51 ),
52});
53
54export function escapeHtml(s: string): string {

Callers 3

buildOAuthSuccessHtmlFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected