Expand description
Filesystem path strings as stored in SQLite: shorter keys on macOS.
Functionsยง
- normalize_
path_ for_ db - Strips the synthetic
/System/Volumes/Dataprefix when present so stored paths match user-visible paths and use fewer bytes in row data and FTS5 indexes. Matches traversal dedup inaudio_scanner,unified_walker, etc. - path_
strings_ json_ normalized - JSON array of path strings, each passed through
normalize_path_for_db.