Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
Callers
10
serializedCharacterClasses_matchComputed
Method · 0.95
authRequired
Method · 0.80
run
Method · 0.80
clientDeadLineLogged_deadlineSetViaCallOption
Method · 0.80
clientDeadlineLogged_deadlineSetViaContext
Method · 0.80
clientDeadlineLogged_deadlineSetViaContextAndCallOptions
Method · 0.80
clientSpanContextLogged_contextSetViaCallOption
Method · 0.80
clientSpanContextLogged_contextNotSetViaCallOption
Method · 0.80
clientDeadlineLogged_deadlineSetViaCallOption
Method · 0.80
clientDeadlineLogged_deadlineSetViaContext
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected