Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ withAgentToken
Function
withAgentToken
cli/task_test.go:590–592 ·
view source on GitHub ↗
(token string)
Source
from the content-addressed store, hash-verified
588
}
589
590
func
withAgentToken(token string) aiTemplateOpt {
591
return
func
(o *aiTemplateOpts) { o.authToken = token }
592
}
Callers
3
TestTasks
Function · 0.85
Test_Tasks
Function · 0.85
setupCLITaskTest
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected