Instance Propertyswift-nio 2.81.0_NIOFileSystem
trace
Mocking.swift:93This declaration is gated by at least one @_spi attribute.
var trace: Trace
This declaration is gated by at least one @_spi attribute.
var trace: Trace
import _NIOFileSystem
A file system library for Swift.
final class MockingDriver
struct Trace
static var enabled: Bool { get }
static var forceWindowsPaths: Bool { get }
static func withMockingEnabled(_ f: (MockingDriver) throws -> Void) rethrows
Enables mocking for the duration of f
with a clean trace queue Restores prior mocking status and trace queue after execution
var forceErrno: ForceErrno