Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/google/dagger
/ allowsSelfLoops
Method
allowsSelfLoops
java/dagger/model/ForwardingNetwork.java:69–72 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
67
}
68
69
@Override
70
public
boolean allowsSelfLoops() {
71
return
delegate().allowsSelfLoops();
72
}
73
74
@Override
75
public
ElementOrder<N> nodeOrder() {
Callers
1
BindingGraphConverter
Class · 0.80
Calls
1
delegate
Method · 0.95
Tested by
no test coverage detected