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

Function NewDefaultFetcher

coderd/appearance/appearance.go:25–32  ·  view source on GitHub ↗
(docsURL string)

Source from the content-addressed store, hash-verified

23}
24
25func NewDefaultFetcher(docsURL string) Fetcher {
26 if docsURL == "" {
27 docsURL = codersdk.DefaultDocsURL()
28 }
29 return &AGPLFetcher{
30 docsURL: docsURL,
31 }
32}

Callers 3

NewFunction · 0.92
updateEntitlementsMethod · 0.92
NewFunction · 0.92

Calls 1

DefaultDocsURLFunction · 0.92

Tested by

no test coverage detected