MCPcopy
hub / github.com/Col-E/Recaf / contains

Method contains

src/main/java/me/coley/recaf/search/Context.java:69–69  ·  view source on GitHub ↗

@param other Context to be compared. @return true if this context contains the other.

(Context<?> other)

Source from the content-addressed store, hash-verified

67 * @return {@code true} if this context contains the other.
68 */
69 public abstract boolean contains(Context<?> other);
70
71 /**
72 * Class context.

Callers 15

testDescendantsMethod · 0.45
testParentsMethod · 0.45
testHierarchyBuilderMethod · 0.45
testClassPutMethod · 0.45
testResourcePutMethod · 0.45
testClassPutAllMethod · 0.45
testResourcePutAllMethod · 0.45
testClassRemoveMethod · 0.45
testResourceRemoveMethod · 0.45
testDirectedChildrenMethod · 0.45
testDirectedParentsMethod · 0.45
testGetAllRootsMethod · 0.45

Calls

no outgoing calls

Tested by 15

testDescendantsMethod · 0.36
testParentsMethod · 0.36
testHierarchyBuilderMethod · 0.36
testClassPutMethod · 0.36
testResourcePutMethod · 0.36
testClassPutAllMethod · 0.36
testResourcePutAllMethod · 0.36
testClassRemoveMethod · 0.36
testResourceRemoveMethod · 0.36
testDirectedChildrenMethod · 0.36
testDirectedParentsMethod · 0.36
testGetAllRootsMethod · 0.36