MCPcopy
hub / github.com/rrweb-io/rrweb / createDocumentType

Method createDocumentType

packages/rrdom/src/document.ts:57–57  ·  view source on GitHub ↗
(
    qualifiedName: string,
    publicId: string,
    systemId: string,
  )

Source from the content-addressed store, hash-verified

55 ): IRRDocument;
56
57 createDocumentType(
58 qualifiedName: string,
59 publicId: string,
60 systemId: string,

Callers 7

diff.test.tsFile · 0.65
document.test.tsFile · 0.65
createOrGetNodeFunction · 0.65
buildFromNodeFunction · 0.65
buildNodeFunction · 0.65

Implementers 2

BaseRRDocumentpackages/rrdom/src/document.ts
RRDocumentpackages/rrdom-nodejs/src/document-nod

Calls

no outgoing calls

Tested by

no test coverage detected