Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ helpSearch
Method
helpSearch
deps/npm/lib/commands/help.js:78–80 ·
view source on GitHub ↗
(args)
Source
from the content-addressed store, hash-verified
76
}
77
78
helpSearch (args) {
79
return
this.npm.exec(
'help-search'
, args)
80
}
81
82
async
viewMan (man) {
83
const
viewer = this.npm.config.get(
'viewer'
)
Callers
1
exec
Method · 0.95
Calls
1
exec
Method · 0.45
Tested by
no test coverage detected