MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / makeDoc

Function makeDoc

packages/sdk/src/session.subcomp.test.ts:29–32  ·  view source on GitHub ↗

Stamp hf-ids and return a linkedom document (same as parseMutable's path).

(html: string)

Source from the content-addressed store, hash-verified

27
28/** Stamp hf-ids and return a linkedom document (same as parseMutable's path). */
29function makeDoc(html: string) {
30 const { document } = parseHTML(ensureHfIds(html));
31 return document;
32}
33
34// ─── 1. resolveScoped ─────────────────────────────────────────────────────────
35

Callers 1

Calls 1

ensureHfIdsFunction · 0.85

Tested by

no test coverage detected