fullDevice
constfullDevice:DeviceDriver
Defined in: src/internal/devices.ts:413
Internal
Simulates the /dev/full device.
- Reads behave like
/dev/zero(returns zeroes). - Writes always fail with ENOSPC (no space left on device).
[breaking] remove
constfullDevice:DeviceDriver
Defined in: src/internal/devices.ts:413
Internal
Simulates the /dev/full device.
/dev/zero (returns zeroes).[breaking] remove