Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ do_s
Method
do_s
deps/v8/tools/grokdump.py:4042–4044 ·
view source on GitHub ↗
see search
(self, word)
Source
from the content-addressed store, hash-verified
4040
print()
4041
4042
def
do_s(self, word):
4043
""
" see search "
""
4044
return
self.do_search(word)
4045
4046
def
do_search(self, word):
4047
""
"
Callers
nothing calls this directly
Calls
1
do_search
Method · 0.95
Tested by
no test coverage detected