Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
35
func
NewNFSServerSetup(nfsDir string) *NFSServerSetup {
36
return
&NFSServerSetup{nfsDir: nfsDir}
37
}
38
39
func
(n *NFSServerSetup) Setup() error {
40
// Check required tools.
Callers
3
doSetup
Method · 0.92
TestNFSServerSetupRemoveNFSExportEntry
Function · 0.85
TestNFSServerSetupRemoveChattrCronJob
Function · 0.85
Calls
no outgoing calls
Tested by
2
TestNFSServerSetupRemoveNFSExportEntry
Function · 0.68
TestNFSServerSetupRemoveChattrCronJob
Function · 0.68