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

Method Type

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

Type returns the provider type: "copilot", "openai", or "anthropic". Multiple provider instances can share the same type.

()

Source from the content-addressed store, hash-verified

50 // Type returns the provider type: "copilot", "openai", or "anthropic".
51 // Multiple provider instances can share the same type.
52 Type() string
53 // Name returns the provider instance name.
54 // Defaults to Type() when not explicitly configured.
55 Name() string

Callers 15

splitRespFunction · 0.65
slogFieldsToAttributesFunction · 0.65
TestBuildProvidersFunction · 0.65
help.goFile · 0.65
TableFormatFunction · 0.65
DisplayTableFunction · 0.65
valueToTableMapFunction · 0.65

Calls

no outgoing calls

Tested by 10

splitRespFunction · 0.52
TestBuildProvidersFunction · 0.52
TestSVGIconAttributesFunction · 0.52
TestAuditLoggingFunction · 0.52
TestAuditableResourcesFunction · 0.52
findCaseTypesFunction · 0.52