Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/borgbackup/borg
/ assert_secure
Function
assert_secure
src/borg/cache.py:233–235 ·
view source on GitHub ↗
(repository, manifest)
Source
from the content-addressed store, hash-verified
231
232
233
def
assert_secure(repository, manifest):
234
sm = SecurityManager(repository)
235
sm.assert_secure(manifest, manifest.key)
236
237
238
def
cache_dir(repository, path=None):
Callers
1
wrapper
Function · 0.85
Calls
2
assert_secure
Method · 0.95
SecurityManager
Class · 0.85
Tested by
no test coverage detected