Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/borgbackup/borg
/ int_to_timestamp
Function
int_to_timestamp
src/borg/helpers/msgpack.py:238–240 ·
view source on GitHub ↗
(ns)
Source
from the content-addressed store, hash-verified
236
237
238
def
int_to_timestamp(ns):
239
assert isinstance(ns, int)
240
return
Timestamp.from_unix_nano(ns)
241
242
243
def
timestamp_to_int(ts):
Callers
3
_build_files_cache
Method · 0.85
file_known_and_unchanged
Method · 0.85
memorize_file
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected