Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
_walk
Method · 0.45
u
Function · 0.45
v
Function · 0.45
Calls
1
t
Function · 0.70
Tested by
no test coverage detected