(attrs []Attribute)
| 279 | } |
| 280 | |
| 281 | func estimateAttrSize(attrs []Attribute) (size int) { |
| 282 | return len(attrs) * 7 // 7 attribute lvl fields |
| 283 | } |
| 284 | |
| 285 | func estimateEventsSize(events []Event) (size int) { |
| 286 | for _, e := range events { |
no outgoing calls
no test coverage detected