MCPcopy Create free account
hub / github.com/dynjs/dynjs / addAll

Method addAll

src/main/java/org/dynjs/runtime/DynObject.java:657–660  ·  view source on GitHub ↗
(Collection<? extends String> c)

Source from the content-addressed store, hash-verified

655 }
656
657 @Override
658 public boolean addAll(Collection<? extends String> c) {
659 return false;
660 }
661
662 @Override
663 public boolean retainAll(Collection<?> c) {

Callers 15

swallowBBMethod · 0.80
addThrowStackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected