MCPcopy Create free account
hub / github.com/coder/coder / server

Struct server

provisioner/terraform/serve.go:147–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147type server struct {
148 execMut *sync.Mutex
149 binaryPath string
150 cachePath string
151 cliConfigPath string
152 logger slog.Logger
153 tracer trace.Tracer
154 exitTimeout time.Duration
155}
156
157func (s *server) startTrace(ctx context.Context, name string, opts ...trace.SpanStartOption) (context.Context, trace.Span) {
158 return s.tracer.Start(ctx, name, append(opts, trace.WithAttributes(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected