Package-level declarations

Types

Link copied to clipboard

Android implementation that measures and deletes app-private storage used by the usage screen.

Link copied to clipboard

iOS implementation that measures and deletes app-private storage used by the usage screen.

Link copied to clipboard

Fallback implementation for previews and platforms where storage inspection is unavailable.

Link copied to clipboard

Platform bridge for filesystem storage usage operations.

Properties

Link copied to clipboard
private const val LOCAL_MODEL_DIRECTORY: String

Functions

Link copied to clipboard
private fun File.directorySize(): Long

Recursively calculates byte size for files and directories, returning zero for missing paths.

Link copied to clipboard

Creates the Android storage bridge backed by app-private cache and files directories.

Remembers the platform-specific storage bridge used by the storage usage screen.

Creates the iOS storage bridge backed by app-private Caches and Application Support directories.