MCPcopy Create free account
hub / github.com/FxEmbed/FxEmbed / wrapForeignLinks

Function wrapForeignLinks

src/render/instantview.ts:219–221  ·  view source on GitHub ↗
(url: string)

Source from the content-addressed store, hash-verified

217};
218
219const wrapForeignLinks = (url: string) => {
220 return wrapForeignLinksUtil(url, Constants.API_HOST_LIST[0]);
221};
222
223const generateStatusFooter = (
224 status: APIStatus,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected