Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cortesi/devd
/ tForwardEndpoint
Function
tForwardEndpoint
route_test.go:19–22 ·
view source on GitHub ↗
(s string)
Source
from the content-addressed store, hash-verified
17
}
18
19
func
tForwardEndpoint(s string) *forwardEndpoint {
20
e, _ := newForwardEndpoint(s)
21
return
e
22
}
23
24
func
within(s string, e error) bool {
25
s = strings.ToLower(s)
Callers
1
route_test.go
File · 0.85
Calls
1
newForwardEndpoint
Function · 0.85
Tested by
no test coverage detected