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

Method remove

api/src/main/java/io/grpc/Metadata.java:295–298  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

293 }
294
295 @Override
296 public void remove() {
297 throw new UnsupportedOperationException();
298 }
299 };
300 }
301 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected