Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pimutils/vdirsyncer
/ set_meta
Method
set_meta
vdirsyncer/storage/memory.py:72–73 ·
view source on GitHub ↗
(self, key, value)
Source
from the content-addressed store, hash-verified
70
return
normalize_meta_value(self.metadata.get(key))
71
72
def
set_meta(self, key, value):
73
self.metadata[key] = normalize_meta_value(value)
Callers
4
test_basic
Function · 0.95
conflict_state
Function · 0.95
test_conflict_same_content
Function · 0.95
test_conflict_x_wins
Function · 0.95
Calls
1
normalize_meta_value
Function · 0.85
Tested by
4
test_basic
Function · 0.76
conflict_state
Function · 0.76
test_conflict_same_content
Function · 0.76
test_conflict_x_wins
Function · 0.76