Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ #getEdgesIn
Method
#getEdgesIn
deps/npm/lib/commands/outdated.js:117–121 ·
view source on GitHub ↗
(node)
Source
from the content-addressed store, hash-verified
115
}
116
117
#getEdgesIn (node) {
118
for
(
const
edge of node.edgesIn) {
119
this.#trackEdge(edge)
120
}
121
}
122
123
#getEdgesOut (node) {
124
// TODO: normalize usage of edges and avoid looping through nodes here
Callers
1
#getEdges
Method · 0.95
Calls
1
#trackEdge
Method · 0.95
Tested by
no test coverage detected