Dumping for all prefixes in agent requests

This commit is contained in:
porosnicuadrian
2021-07-05 18:07:09 +03:00
committed by Dan Christian Bogos
parent 7a954d2733
commit 390613e946
2 changed files with 46 additions and 10 deletions

View File

@@ -204,7 +204,7 @@ func (onm *OrderedNavigableMap) Append(fullPath *FullPath, val *DataLeaf) (err e
return
}
// Compose comose the value of the leaf at the given path
// Compose compose the value of the leaf at the given path
// this used with full path and the processed path to not calculate them for every set
func (onm *OrderedNavigableMap) Compose(fullPath *FullPath, val *DataLeaf) (err error) {
if fullPath == nil || len(fullPath.PathSlice) == 0 {