Home
last modified time | relevance | path

Searched refs:stickyKeyFromContext (Results 1 – 1 of 1) sorted by relevance

/external/syzkaller/vendor/google.golang.org/grpc/
Dpicker_wrapper.go136 stickyKey, isSticky := stickyKeyFromContext(ctx, mdKey)
311 func stickyKeyFromContext(ctx context.Context, stickinessMDKey string) (string, bool) { func