MCPcopy Index your code
hub / github.com/coder/coder / unimplementedServer

Struct unimplementedServer

provisionersdk/serve_test.go:150–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148var _ provisionersdk.Server = unimplementedServer{}
149
150type unimplementedServer struct{}
151
152func (unimplementedServer) Init(s *provisionersdk.Session, r *provisionersdk.InitRequest, canceledOrComplete <-chan struct{}) *proto.InitComplete {
153 return &proto.InitComplete{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected