Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ exec
Method
exec
deps/npm/lib/commands/trust/github.js:99–104 ·
view source on GitHub ↗
(positionalArgs, flags)
Source
from the content-addressed store, hash-verified
97
}
98
99
async
exec (positionalArgs, flags) {
100
await
this.createConfigCommand({
101
positionalArgs,
102
flags,
103
})
104
}
105
}
106
107
module.exports = TrustGitHub
Callers
nothing calls this directly
Calls
1
createConfigCommand
Method · 0.80
Tested by
no test coverage detected