MCPcopy
hub / github.com/pimutils/vdirsyncer / get

Method get

tests/unit/sync/test_sync.py:518–522  ·  view source on GitHub ↗
(href)

Source from the content-addressed store, hash-verified

516 s = MemoryStorage()
517 if flaky_etags:
518 def get(href):
519 old_etag, item = s.items[href]
520 etag = _random_string()
521 s.items[href] = etag, item
522 return item, etag
523 s.get = get
524
525 if null_etag_on_upload:

Callers 4

conftest.pyFile · 0.45
test_fuzzingFunction · 0.45
add_propMethod · 0.45
add_prop_rawMethod · 0.45

Calls 1

_random_stringFunction · 0.90

Tested by

no test coverage detected