Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
virtual-dom.test.ts
File · 0.65
diff.test.ts
File · 0.65
document.test.ts
File · 0.65
createOrGetNode
Function · 0.65
buildFromNode
Function · 0.65
document-nodejs.test.ts
File · 0.65
buildNode
Function · 0.65
Implementers
2
BaseRRDocument
packages/rrdom/src/document.ts
RRDocument
packages/rrdom-nodejs/src/document-nod
Calls
no outgoing calls
Tested by
no test coverage detected