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

Struct rawUsage

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

Source from the content-addressed store, hash-verified

61}
62
63type rawUsage struct {
64 Input int64 `json:"input_tokens"`
65 Output int64 `json:"output_tokens"`
66 CacheCreation int64 `json:"cache_creation_input_tokens"`
67 CacheRead int64 `json:"cache_read_input_tokens"`
68}
69
70type rawBlock struct {
71 Type string `json:"type"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected