MCPcopy Create free account
hub / github.com/celer-pkg/celer / NewNFSServerSetup

Function NewNFSServerSetup

pkgcache/cache_setup.go:35–37  ·  view source on GitHub ↗
(nfsDir string)

Source from the content-addressed store, hash-verified

33}
34
35func NewNFSServerSetup(nfsDir string) *NFSServerSetup {
36 return &NFSServerSetup{nfsDir: nfsDir}
37}
38
39func (n *NFSServerSetup) Setup() error {
40 // Check required tools.

Callers 3

doSetupMethod · 0.92

Calls

no outgoing calls