MCPcopy Index your code
hub / github.com/rrweb-io/rrweb / createComment

Method createComment

packages/rrdom/src/document.ts:69–69  ·  view source on GitHub ↗
(data: string)

Source from the content-addressed store, hash-verified

67 createTextNode(data: string): IRRText;
68
69 createComment(data: string): IRRComment;
70
71 createCDATASection(data: string): IRRCDATASection;
72

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