MCPcopy 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
19func tForwardEndpoint(s string) *forwardEndpoint {
20 e, _ := newForwardEndpoint(s)
21 return e
22}
23
24func within(s string, e error) bool {
25 s = strings.ToLower(s)

Callers 1

route_test.goFile · 0.85

Calls 1

newForwardEndpointFunction · 0.85

Tested by

no test coverage detected