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

Method Name

aibridge/provider/provider.go:55–55  ·  view source on GitHub ↗

Name returns the provider instance name. Defaults to Type() when not explicitly configured.

()

Source from the content-addressed store, hash-verified

53 // Name returns the provider instance name.
54 // Defaults to Type() when not explicitly configured.
55 Name() string
56 // Enabled reports whether the provider should serve requests.
57 Enabled() bool
58 // BaseURL defines the base URL endpoint for this provider's API.

Callers 15

validateProvidersFunction · 0.65
NewRequestBridgeFunction · 0.65
newInterceptionProcessorFunction · 0.65
newPassthroughRouterFunction · 0.65
newInvalidBaseURLHandlerFunction · 0.65
setupTracerFunction · 0.65
TestTraceAnthropicErrFunction · 0.65
TestTracePassthroughFunction · 0.65
verifyTracesFunction · 0.65
collectMetricsMethod · 0.65
runSubprocessFunction · 0.65

Calls

no outgoing calls

Tested by 8

setupTracerFunction · 0.52
TestTraceAnthropicErrFunction · 0.52
TestTracePassthroughFunction · 0.52
verifyTracesFunction · 0.52
runSubprocessFunction · 0.52
StartRecordingMethod · 0.52