mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
started statistics
This commit is contained in:
@@ -38,7 +38,7 @@ type Destination struct {
|
||||
}
|
||||
|
||||
// returns prefix precision
|
||||
func (d *Destination) containsPrefix(prefix string) int {
|
||||
func (d *Destination) containsPrefix1(prefix string) int {
|
||||
if d == nil {
|
||||
return 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user