Total is all tokens flow-managed sessions actually processed.
()
| 37 | |
| 38 | // Total is all tokens flow-managed sessions actually processed. |
| 39 | func (u Usage) Total() int64 { return u.Input + u.Output + u.CacheCreation + u.CacheRead } |
| 40 | |
| 41 | // FileRollup is the per-jsonl scan result. It is JSON-serializable so the |
| 42 | // cache can persist it. |
no outgoing calls