From 186989bbfef77e74c5d1116bcb1ad196eab23d06 Mon Sep 17 00:00:00 2001 From: Joe Date: Fri, 12 Jan 2024 20:20:20 +0100 Subject: debug --- c_ldirs.go | 1 + 1 file changed, 1 insertion(+) (limited to 'c_ldirs.go') diff --git a/c_ldirs.go b/c_ldirs.go index 3de40e5..2fca939 100644 --- a/c_ldirs.go +++ b/c_ldirs.go @@ -165,6 +165,7 @@ func (dir *DirsNode) count_hosts() int { } return dir.lhost.last.ID + 1 } + // return the number of hosts and subfolders of the dir // func (item *ItemsNode) count_elements(skip_folds bool, // folds map[*DirsNode]*ItemsList) (*ItemsNode, int) { -- cgit v1.2.3