Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/fabiolb/fabio
/ gRPCServer
Struct
gRPCServer
proxy/grpc_handler.go:29–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
)
28
29
type
gRPCServer
struct
{
30
server *grpc.Server
31
}
32
33
func
(s *gRPCServer) Close() error {
34
s.server.Stop()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected