Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pimutils/vdirsyncer
/ get_meta
Method
get_meta
vdirsyncer/storage/memory.py:69–70 ·
view source on GitHub ↗
(self, key)
Source
from the content-addressed store, hash-verified
67
del self.items[href]
68
69
def
get_meta(self, key):
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
3
test_basic
Function · 0.95
test_conflict_same_content
Function · 0.95
test_conflict_x_wins
Function · 0.95
Calls
2
normalize_meta_value
Function · 0.85
get
Method · 0.45
Tested by
3
test_basic
Function · 0.76
test_conflict_same_content
Function · 0.76
test_conflict_x_wins
Function · 0.76