MCPcopy
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
47func fsEndpoint(s string) *filesystemEndpoint {
48 e, _ := newFilesystemEndpoint(s, []string{})
49 return e
50}
51
52func TestDevdRouteHandler(t *testing.T) {
53 logger := termlog.NewLog()

Callers 1

TestDevdRouteHandlerFunction · 0.85

Calls 1

newFilesystemEndpointFunction · 0.85

Tested by

no test coverage detected