Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SplootCode/splootcode
/ walk
Method
walk
packages/runtime-python/src/pyright.ts:251–261 ·
view source on GitHub ↗
(node: ParseNode)
Source
from the content-addressed store, hash-verified
249
}
250
251
walk(node: ParseNode): void {
252
if
(this.found) {
253
return
254
}
255
256
if
(node.id == this.toFind) {
257
this.found = node
258
}
259
260
super.walk(node)
261
}
262
}
Callers
3
getExpressionTypeInfo
Function · 0.95
parsetree.test.ts
File · 0.80
load_projects.test.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected