MCPcopy Create free account
hub / github.com/backnotprop/plannotator / inlineHtml

Function inlineHtml

packages/server/html-assets.ts:44–46  ·  view source on GitHub ↗
(html: string, htmlFilePath: string)

Source from the content-addressed store, hash-verified

42 }
43
44 function inlineHtml(html: string, htmlFilePath: string): string {
45 return inlineHtmlLocalAssets(html, htmlFilePath);
46 }
47
48 async function handle(_req: Request, url: URL): Promise<Response | null> {
49 const prefix = `${HTML_ASSET_ROUTE_PREFIX}/`;

Callers

nothing calls this directly

Calls 1

inlineHtmlLocalAssetsFunction · 0.90

Tested by

no test coverage detected