Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ RoutePrefix
Method
RoutePrefix
aibridge/provider/copilot.go:87–89 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
85
}
86
87
func
(p *Copilot) RoutePrefix() string {
88
return
fmt.Sprintf(
"/%s"
, p.Name())
89
}
90
91
func
(*Copilot) BridgedRoutes() []string {
92
return
[]string{
Callers
1
CreateInterceptor
Method · 0.95
Calls
1
Name
Method · 0.95
Tested by
no test coverage detected