Browse Source

GRA-408: func comment

Abhishek Kondur 3 năm trước cách đây
mục cha
commit
8ba6e5d2d8
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      netclient/ncutils/netclientutils.go

+ 1 - 0
netclient/ncutils/netclientutils.go

@@ -594,6 +594,7 @@ func ModPort(node *models.Node) error {
 	return err
 }
 
+// CheckIfDaemonExists - checks if netclient daemon is up and running
 func CheckIfDaemonExists() bool {
 	daemonExists := false
 	pid, err := ReadPID()