Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ ignoreUpdatedAt
Function
ignoreUpdatedAt
enterprise/coderd/dormancy/dormantusersjob_test.go:127–132 ·
view source on GitHub ↗
(rows []database.User)
Source
from the content-addressed store, hash-verified
125
}
126
127
func
ignoreUpdatedAt(rows []database.User) []database.User {
128
for
i :=
range
rows {
129
rows[i].UpdatedAt = time.Time{}
130
}
131
return
rows
132
}
Callers
1
TestCheckInactiveUsers
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected