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

Method QueryParams

api/src/main/java/io/grpc/QueryParams.java:75–75  ·  view source on GitHub ↗

Creates a new, empty QueryParams instance.

()

Source from the content-addressed store, hash-verified

73
74 /** Creates a new, empty {@code QueryParams} instance. */
75 public QueryParams() {}
76
77 /**
78 * Parses a raw query string into a {@code QueryParams} instance.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected