Global Functionswift-composable-architecture 1.18.0ComposableArchitecture
InMemoryFileStorage
Deprecations.swift:142This declaration is deprecated: Use '.inMemory' ('FileStorage.inMemory') instead
func InMemoryFileStorage() -> FileStorage
This declaration is deprecated: Use '.inMemory' ('FileStorage.inMemory') instead
func InMemoryFileStorage() -> FileStorage
s22ComposableArchitecture19InMemoryFileStorage7Sharing0eF0VyF
What are these?6DL3K
import ComposableArchitecture
The Composable Architecture (TCA, for short) is a library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind. It can be used in SwiftUI, UIKit, and more, and on any Apple platform (iOS, macOS, tvOS, and watchOS).
struct FileStorage
A type that encapsulates saving and loading data from disk.