Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/google/dagger
/ nodes
Method
nodes
java/dagger/model/ForwardingNetwork.java:44–47 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
42
}
43
44
@Override
45
public
Set<N> nodes() {
46
return
delegate().nodes();
47
}
48
49
@Override
50
public
Set<E> edges() {
Callers
3
graph
Method · 0.80
bindingNodesStream
Method · 0.80
componentNodeStream
Method · 0.80
Calls
1
delegate
Method · 0.95
Tested by
no test coverage detected