We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6444fb9 commit 25ebb8dCopy full SHA for 25ebb8d
Sources/Configuration/Providers/Files/CommonProviderFileSystem.swift
@@ -92,6 +92,7 @@ package struct LocalCommonProviderFileSystem: Sendable {}
92
/// - Parameter body: A body closure that performs the file system operation.
93
/// - Returns: The result of the operation, or `nil` if the file was not found.
94
/// - Throws: Any error from the operation except file not found errors.
95
+@available(Configuration 1.0, *)
96
private func returnNilIfMissing<Return>(
97
_ body: () async throws -> Return
98
) async throws -> Return? {
0 commit comments