Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cortesi/devd
/ fsEndpoint
Function
fsEndpoint
server_test.go:47–50 ·
view source on GitHub ↗
(s string)
Source
from the content-addressed store, hash-verified
45
}
46
47
func
fsEndpoint(s string) *filesystemEndpoint {
48
e, _ := newFilesystemEndpoint(s, []string{})
49
return
e
50
}
51
52
func
TestDevdRouteHandler(t *testing.T) {
53
logger := termlog.NewLog()
Callers
1
TestDevdRouteHandler
Function · 0.85
Calls
1
newFilesystemEndpoint
Function · 0.85
Tested by
no test coverage detected