MCPcopy
hub / github.com/dragonflyoss/dragonfly / GetFileServer

Function GetFileServer

test/e2e/util/file_server.go:44–46  ·  view source on GitHub ↗

GetFileServer returns the global file server instance.

()

Source from the content-addressed store, hash-verified

42
43// GetFileServer returns the global file server instance.
44func GetFileServer() FileServer {
45 return globalFileServer
46}
47
48// FileServer is the interface of file server for testing.
49type FileServer interface {

Callers 8

rate_limit_test.goFile · 0.92
e2e_test.goFile · 0.92
dfcache_test.goFile · 0.92
proxy_test.goFile · 0.92
dfget_test.goFile · 0.92
task.goFile · 0.92
preheat.goFile · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected