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

Function NewNFSClientSetup

pkgcache/cache_setup.go:130–132  ·  view source on GitHub ↗
(nfsClientDir string)

Source from the content-addressed store, hash-verified

128}
129
130func NewNFSClientSetup(nfsClientDir string) *NFSClientSetup {
131 return &NFSClientSetup{nfsClientDir: nfsClientDir}
132}
133
134func (n *NFSClientSetup) Setup() error {
135 // Parse --nfs-client-dir

Calls

no outgoing calls