Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ Fetcher
Interface
Fetcher
coderd/appearance/appearance.go:9–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
)
8
9
type
Fetcher
interface
{
10
Fetch(ctx context.Context) (codersdk.AppearanceConfig, error)
11
}
12
13
type
AGPLFetcher
struct
{
14
docsURL string
Callers
1
TestInjectionAppearanceEscapesMetaAttributes
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected