package
Version:
v0.8.0
Opens a new window with list of versions in this module.
Published: Mar 24, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package counter reads and writes integer counters persisted in state files.
Read reads an integer counter from a file. Returns 0 if the file
does not exist or cannot be parsed.
Parameters:
- path: Absolute path to the counter file
Returns:
- int: Counter value, or 0 on error
Write writes an integer counter to a file.
Parameters:
- path: Absolute path to the counter file
- n: Counter value to write
Source Files
¶
Click to show internal directories.
Click to hide internal directories.