Skip to main content

Module util

Module util 

Source
Expand description

Shared filesystem and I/O utilities.

Provides atomic file writes (write-to-temp then rename) and other small helpers used across the sync engine and configuration modules.

Functionsยง

atomic_write
Atomically replace the contents of path with content.