MCPcopy Create free account
hub / github.com/bytecodealliance/wrpc / FramedServer

Struct FramedServer

go/frame_server.go:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19type FramedServer struct {
20 ctx context.Context
21 handlersMu sync.RWMutex
22 handlers map[string]map[string]handler
23}
24
25func NewFramedServer(ctx context.Context) *FramedServer {
26 return &FramedServer{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected