OpenCode.Generated.GlobalSessionSummary (opencode_sdk v0.1.53)

Copy Markdown View Source

Provides struct and type for a GlobalSessionSummary

Summary

Types

t()

@type t() :: %OpenCode.Generated.GlobalSessionSummary{
  additions: integer(),
  deletions: integer(),
  diffs: [OpenCode.Generated.SnapshotFileDiff.t()] | nil,
  files: integer()
}