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

Method Fetch

coderd/appearance/appearance.go:10–10  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

8
9type Fetcher interface {
10 Fetch(ctx context.Context) (codersdk.AppearanceConfig, error)
11}
12
13type AGPLFetcher struct {

Callers 9

GetServiceBannerMethod · 0.65
cryptoKeysMethod · 0.65
ExternalAuthFunction · 0.65
ProvisionerJobFunction · 0.65
AgentFunction · 0.65
appearanceMethod · 0.65
renderHTMLWithStateMethod · 0.65
populateHTMLStateMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected