# Functions

IsClosedConnection returns true if err's Cause is an error produced by gRPC on closed connections.
IsLocalRequestContext returns true if this context is marked for local (in-process) use.
NewLocalRequestContext returns a Context that can be used for local (in-process) requests.
RequestDidNotStart returns true if the given error from gRPC means that the request definitely could not have started on the remote server.