MCPcopy Index your code
hub / github.com/antlr/codebuff / allowsSelfLoops

Method allowsSelfLoops

corpus/java/training/guava/graph/Graph.java:196–196  ·  view source on GitHub ↗

Returns true if this graph allows self-loops (edges that connect a node to itself). Attempting to add a self-loop to a graph that does not allow them will throw an UnsupportedOperationException.

()

Source from the content-addressed store, hash-verified

194 * {@link UnsupportedOperationException}.
195 */
196 boolean allowsSelfLoops();
197
198 //
199 // Element-level accessors

Callers 15

fromMethod · 0.65
getPropertiesStringMethod · 0.65
addEdgeMethod · 0.65
fromMethod · 0.65
addEdgeMethod · 0.65
fromMethod · 0.65
getPropertiesStringMethod · 0.65
addEdgeMethod · 0.65
fromMethod · 0.65
addEdgeMethod · 0.65
fromMethod · 0.65
getPropertiesStringMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected