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

Method get

xds/src/main/java/io/grpc/xds/FilterRegistry.java:61–64  ·  view source on GitHub ↗
(String typeUrl)

Source from the content-addressed store, hash-verified

59 }
60
61 @Nullable
62 Filter.Provider get(String typeUrl) {
63 return supportedFilters.get(typeUrl);
64 }
65}

Callers

nothing calls this directly

Calls 1

getMethod · 0.65

Tested by

no test coverage detected