MCPcopy
hub / github.com/cortesi/devd / tFilesystemEndpoint

Function tFilesystemEndpoint

route_test.go:14–17  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

12)
13
14func tFilesystemEndpoint(s string) *filesystemEndpoint {
15 e, _ := newFilesystemEndpoint(s, []string{})
16 return e
17}
18
19func tForwardEndpoint(s string) *forwardEndpoint {
20 e, _ := newForwardEndpoint(s)

Callers 1

route_test.goFile · 0.85

Calls 1

newFilesystemEndpointFunction · 0.85

Tested by

no test coverage detected