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

Method DaysMap

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

Source from the content-addressed store, hash-verified

44}
45
46func (r TemplateAutostartRequirement) DaysMap() map[time.Weekday]bool {
47 return daysMap(r.DaysOfWeek)
48}
49
50type TemplateAutostopRequirement struct {
51 // DaysOfWeek is a bitmap of which days of the week the workspace must be

Callers

nothing calls this directly

Calls 1

daysMapFunction · 0.85

Tested by

no test coverage detected