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

Function NewAGPLTemplateScheduleStore

coderd/schedule/template.go:165–167  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

163var _ TemplateScheduleStore = &agplTemplateScheduleStore{}
164
165func NewAGPLTemplateScheduleStore() TemplateScheduleStore {
166 return &agplTemplateScheduleStore{}
167}
168
169func (*agplTemplateScheduleStore) Get(ctx context.Context, db database.Store, templateID uuid.UUID) (TemplateScheduleOptions, error) {
170 ctx, span := tracing.StartSpan(ctx)

Callers 9

NewFunction · 0.92
TestNotificationsFunction · 0.92
NewOptionsFunction · 0.92
GetMethod · 0.85
SetMethod · 0.85

Calls

no outgoing calls

Tested by 5

TestNotificationsFunction · 0.74