MCPcopy Create free account
hub / github.com/Facets-cloud/flow / Total

Method Total

internal/stats/scan.go:39–39  ·  view source on GitHub ↗

Total is all tokens flow-managed sessions actually processed.

()

Source from the content-addressed store, hash-verified

37
38// Total is all tokens flow-managed sessions actually processed.
39func (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.

Callers 6

renderCardHTMLFunction · 0.80
renderCardPNGFunction · 0.80
renderReportFunction · 0.80
TestBuildStatsEndToEndFunction · 0.80
TestScanJSONLFunction · 0.80
BuildStatsFunction · 0.80

Calls

no outgoing calls

Tested by 2

TestBuildStatsEndToEndFunction · 0.64
TestScanJSONLFunction · 0.64