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

Method Get

coderd/schedule/template.go:157–157  ·  view source on GitHub ↗
(ctx context.Context, db database.Store, templateID uuid.UUID)

Source from the content-addressed store, hash-verified

155// scheduling options set by the template/site admin.
156type TemplateScheduleStore interface {
157 Get(ctx context.Context, db database.Store, templateID uuid.UUID) (TemplateScheduleOptions, error)
158 Set(ctx context.Context, db database.Store, template database.Template, opts TemplateScheduleOptions) (database.Template, error)
159}
160

Callers 15

NewFunction · 0.65
postFileMethod · 0.65
fileByIDMethod · 0.65
TestUserOAuth2GithubFunction · 0.65
TestUserOIDCFunction · 0.65
TestGetChatFileFunction · 0.65
TestMCPServerOAuth2PKCEFunction · 0.65
TestDERPForceWebSocketsFunction · 0.65
GetUsersMethod · 0.65
fetchTemplatesMethod · 0.65

Implementers 8

MockTemplateScheduleStorecoderd/schedule/mock.go
MockUserQuietHoursScheduleStorecoderd/schedule/mock.go
agplUserQuietHoursScheduleStorecoderd/schedule/user.go
agplTemplateScheduleStorecoderd/schedule/template.go
operatingSystemKeyringcli/sessionstore/sessionstore_other.go
enterpriseUserQuietHoursScheduleStoreenterprise/coderd/schedule/user.go
EnterpriseTemplateScheduleStoreenterprise/coderd/schedule/template.go
envCarrierprovisioner/terraform/otelenv.go

Calls

no outgoing calls

Tested by 15

TestUserOAuth2GithubFunction · 0.52
TestUserOIDCFunction · 0.52
TestGetChatFileFunction · 0.52
TestMCPServerOAuth2PKCEFunction · 0.52
TestDERPForceWebSocketsFunction · 0.52
TestWatchChatGitFunction · 0.52