Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/npm/cli
/ logTitle
Method
logTitle
lib/utils/allow-scripts-cmd.js:251–253 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
249
}
250
251
get logTitle () {
252
return
this.constructor.name.replace(/([a-z])([A-Z])/g,
'$1-$2'
).toLowerCase()
253
}
254
255
groupByPackage (nodes) {
256
const
groups = {}
Callers
nothing calls this directly
Calls
1
replace
Method · 0.80
Tested by
no test coverage detected