MCPcopy 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
590func withAgentToken(token string) aiTemplateOpt {
591 return func(o *aiTemplateOpts) { o.authToken = token }
592}

Callers 3

TestTasksFunction · 0.85
Test_TasksFunction · 0.85
setupCLITaskTestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected