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

Method method

xds/src/test/java/io/grpc/xds/RbacFilterTest.java:383–389  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

381 }
382
383 private MethodDescriptor.Builder<Void, Void> method() {
384 return MethodDescriptor.<Void,Void>newBuilder()
385 .setType(MethodType.BIDI_STREAMING)
386 .setFullMethodName(PATH)
387 .setRequestMarshaller(TestMethodDescriptors.voidMarshaller())
388 .setResponseMarshaller(TestMethodDescriptors.voidMarshaller());
389 }
390
391 private ConfigOrError<RbacConfig> parse(List<Permission> permissionList,
392 List<Principal> principalList) {

Callers 3

ipPortParserMethod · 0.95
portRangeParserMethod · 0.95
pathParserMethod · 0.95

Calls 6

newBuilderMethod · 0.95
voidMarshallerMethod · 0.95
setResponseMarshallerMethod · 0.80
setRequestMarshallerMethod · 0.80
setFullMethodNameMethod · 0.80
setTypeMethod · 0.80

Tested by

no test coverage detected