Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hashnode/starter-kit
/ walk
Method
walk
packages/utils/renderer/highlight.js:169–171 ·
view source on GitHub ↗
(e)
Source
from the content-addressed store, hash-verified
167
return
JSON.stringify(this.rootNode, null, 4);
168
}
169
walk(e) {
170
return
this.constructor._walk(e, this.rootNode);
171
}
172
static _walk(e, n) {
173
return
(
174
'string'
== typeof n
Callers
1
constructor
Method · 0.80
Calls
1
_walk
Method · 0.80
Tested by
no test coverage detected