MCPcopy Create free account
hub / github.com/dim-an/cod / GetSocketFile

Method GetSocketFile

server/configuration.go:99–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

97}
98
99func (cfg *Configuration) GetSocketFile() string {
100 return path.Join(cfg.runDir, cfg.appName+".sock")
101}
102
103func (cfg *Configuration) GetLockFile() string {
104 return path.Join(cfg.runDir, cfg.appName+".lock")

Callers 4

daemonProcFunction · 0.80
listenMethod · 0.80
DefaultConfigurationFunction · 0.80
NewClientFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected