MCPcopy Create free account
hub / github.com/grpc/grpc-java / or

Method or

api/src/test/java/io/grpc/UriTest.java:821–827  ·  view source on GitHub ↗
(BitSet... bitsets)

Source from the content-addressed store, hash-verified

819 }
820
821 private static BitSet or(BitSet... bitsets) {
822 BitSet bitset = new BitSet();
823 for (BitSet bs : bitsets) {
824 bitset.or(bs);
825 }
826 return bitset;
827 }
828}

Calls

no outgoing calls

Tested by

no test coverage detected