Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
25
func
NewDefaultFetcher(docsURL string) Fetcher {
26
if
docsURL ==
""
{
27
docsURL = codersdk.DefaultDocsURL()
28
}
29
return
&AGPLFetcher{
30
docsURL: docsURL,
31
}
32
}
Callers
3
New
Function · 0.92
updateEntitlements
Method · 0.92
New
Function · 0.92
Calls
1
DefaultDocsURL
Function · 0.92
Tested by
no test coverage detected