MCPcopy Index your code
hub / github.com/coder/coder / withSidebarURL

Function withSidebarURL

cli/task_test.go:586–588  ·  view source on GitHub ↗
(url string)

Source from the content-addressed store, hash-verified

584type aiTemplateOpt func(*aiTemplateOpts)
585
586func withSidebarURL(url string) aiTemplateOpt {
587 return func(o *aiTemplateOpts) { o.appURL = url }
588}
589
590func withAgentToken(token string) aiTemplateOpt {
591 return func(o *aiTemplateOpts) { o.authToken = token }

Callers 3

TestTasksFunction · 0.85
Test_TasksFunction · 0.85
setupCLITaskTestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected