Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
46
func
(r TemplateAutostartRequirement) DaysMap()
map
[time.Weekday]bool {
47
return
daysMap(r.DaysOfWeek)
48
}
49
50
type
TemplateAutostopRequirement
struct
{
51
// DaysOfWeek is a bitmap of which days of the week the workspace must be
Callers
nothing calls this directly
Calls
1
daysMap
Function · 0.85
Tested by
no test coverage detected