MCPcopy Index your code
hub / github.com/Hashnode/starter-kit / addText

Method addText

packages/utils/renderer/highlight.js:125–127  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

123 (this.buffer = ''), (this.classPrefix = n.classPrefix), e.walk(this);
124 }
125 addText(e) {
126 this.buffer += t(e);
127 }
128 openNode(e) {
129 if (!o(e)) return;
130 let n = e.kind;

Callers 3

_walkMethod · 0.45
uFunction · 0.45
vFunction · 0.45

Calls 1

tFunction · 0.70

Tested by

no test coverage detected