MCPcopy
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_basicFunction · 0.95
conflict_stateFunction · 0.95
test_conflict_x_winsFunction · 0.95

Calls 1

normalize_meta_valueFunction · 0.85

Tested by 4

test_basicFunction · 0.76
conflict_stateFunction · 0.76
test_conflict_x_winsFunction · 0.76