MCPcopy Index your code
hub / github.com/midrender/revideo / createHtml

Function createHtml

packages/renderer/server/renderer-plugin.ts:12–14  ·  view source on GitHub ↗
(src: string)

Source from the content-addressed store, hash-verified

10const HtmlParts = Content.toString().split('{{source}}');
11
12function createHtml(src: string) {
13 return HtmlParts[0] + src + HtmlParts[1];
14}
15
16function escapeSpecialChars(_: string, value: string) {
17 if (typeof value === 'string') {

Callers 1

configureServerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected