mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Dumping for all prefixes in agent requests
This commit is contained in:
committed by
Dan Christian Bogos
parent
7a954d2733
commit
390613e946
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user