MCPcopy Create free account
hub / github.com/dataease/SQLBot / walk

Method walk

frontend/public/swagger-ui-bundle.js:20309–20311  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

20307 return JSON.stringify(this.rootNode, null, 4)
20308 }
20309 walk(s) {
20310 return this.constructor._walk(s, this.rootNode)
20311 }
20312 static _walk(s, o) {
20313 return (
20314 'string' == typeof o

Callers 1

constructorMethod · 0.45

Calls 1

_walkMethod · 0.80

Tested by

no test coverage detected