Skip to content

Commit

Permalink
metadata: stabilize ValueFromIncomingContext (#7368)
Browse files Browse the repository at this point in the history
  • Loading branch information
KarthikReddyPuli authored Jul 2, 2024
1 parent c9caa9e commit d382d84
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions metadata/metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,11 +213,6 @@ func FromIncomingContext(ctx context.Context) (MD, bool) {
// ValueFromIncomingContext returns the metadata value corresponding to the metadata
// key from the incoming metadata if it exists. Keys are matched in a case insensitive
// manner.
//
// # Experimental
//
// Notice: This API is EXPERIMENTAL and may be changed or removed in a
// later release.
func ValueFromIncomingContext(ctx context.Context, key string) []string {
md, ok := ctx.Value(mdIncomingKey{}).(MD)
if !ok {
Expand Down

0 comments on commit d382d84

Please sign in to comment.