(attrs []Attribute)
| 310 | } |
| 311 | |
| 312 | func estimateAttrSize(attrs []Attribute) (size int) { |
| 313 | return len(attrs) * 7 // 7 attribute lvl fields |
| 314 | } |
| 315 | |
| 316 | func estimateEventsSize(events []Event) (size int) { |
| 317 | for _, e := range events { |
no outgoing calls
no test coverage detected