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

Function helpers

coderd/notifications/dispatch/utils_test.go:3–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1package dispatch_test
2
3func helpers() map[string]any {
4 return map[string]any{
5 "base_url": func() string { return "http://test.com" },
6 "current_year": func() string { return "2024" },
7 "logo_url": func() string { return "https://coder.com/coder-logo-horizontal.png" },
8 "app_name": func() string { return "Coder" },
9 }
10}

Callers 3

TestWebhookFunction · 0.85
TestSMTPFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected