Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ Context
Function
Context
testutil/ctx.go:9–13 ·
view source on GitHub ↗
(t testing.TB, dur time.Duration)
Source
from the content-addressed store, hash-verified
7
)
8
9
func
Context(t testing.TB, dur time.Duration) context.Context {
10
ctx, cancel := context.WithTimeout(context.Background(), dur)
11
t.Cleanup(cancel)
12
return
ctx
13
}
Callers
15
TestAgentAPI_LargeManifest
Function · 0.92
TestWorkspaceAgentRPCRole
Function · 0.92
TestActiveAgentChatDefinitionsAgree
Function · 0.92
TestActiveAgentChatsIncludeInheritedACLs
Function · 0.92
TestUserSecretAudit
Function · 0.92
TestDeploymentInsights
Function · 0.92
TestTemplateInsights_Golden
Function · 0.92
TestUserActivityInsights_Golden
Function · 0.92
TestGetUserStatusCounts
Function · 0.92
TestExternalAuthManagement
Function · 0.92
TestExternalAuthCallback
Function · 0.92
TestWorkspaceAgentLogs
Function · 0.92
Calls
1
Cleanup
Method · 0.65
Tested by
15
TestAgentAPI_LargeManifest
Function · 0.74
TestWorkspaceAgentRPCRole
Function · 0.74
TestActiveAgentChatDefinitionsAgree
Function · 0.74
TestActiveAgentChatsIncludeInheritedACLs
Function · 0.74
TestUserSecretAudit
Function · 0.74
TestDeploymentInsights
Function · 0.74
TestTemplateInsights_Golden
Function · 0.74
TestUserActivityInsights_Golden
Function · 0.74
TestGetUserStatusCounts
Function · 0.74
TestExternalAuthManagement
Function · 0.74
TestExternalAuthCallback
Function · 0.74
TestWorkspaceAgentLogs
Function · 0.74