Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/labstack/echo
/ Remove
Method
Remove
router_concurrent.go:42–47 ·
view source on GitHub ↗
(method string, path string)
Source
from the content-addressed store, hash-verified
40
}
41
42
func
(r *concurrentRouter) Remove(method string, path string) error {
43
r.mu.Lock()
44
defer
r.mu.Unlock()
45
46
return
r.router.Remove(method, path)
47
}
Callers
nothing calls this directly
Calls
1
Remove
Method · 0.65
Tested by
no test coverage detected