Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grpc/grpc-go
/ transport
Struct
transport
internal/xds/testutils/fakeclient/client.go:60–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
type
transport
struct
{
61
}
62
63
func
(*transport) NewStream(context.Context, string) (clients.Stream, error) {
64
return
&stream{}, nil
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected