MCPcopy
hub / github.com/vulcand/vulcand / GetFiles

Method GetFiles

proxy/proxy.go:50–50  ·  view source on GitHub ↗

GetFiles exports listening socket's underlying dupped file descriptors, so they can later be passed to child process or to another Server

()

Source from the content-addressed store, hash-verified

48 // GetFiles exports listening socket's underlying dupped file descriptors, so they can later
49 // be passed to child process or to another Server
50 GetFiles() ([]*FileDescriptor, error)
51
52 Start() error
53 Stop(wait bool)

Callers 6

TestTransferFilesMethod · 0.65
GetFilesMethod · 0.65
initMethod · 0.65
startChildMethod · 0.65
TestFilesNoFilesMethod · 0.65
TestTakeFilesMethod · 0.65

Implementers 1

muxproxy/mux/mux.go

Calls

no outgoing calls

Tested by 3

TestTransferFilesMethod · 0.52
TestFilesNoFilesMethod · 0.52
TestTakeFilesMethod · 0.52