MCPcopy Create free account
hub / github.com/alephdata/aleph / refresh_entityset

Function refresh_entityset

aleph/logic/entitysets.py:17–18  ·  view source on GitHub ↗
(entityset_id)

Source from the content-addressed store, hash-verified

15
16
17def refresh_entityset(entityset_id):
18 cache.kv.delete(cache.object_key(EntitySet, entityset_id))
19
20
21def create_entityset(collection, data, authz):

Callers 3

updateFunction · 0.90
deleteFunction · 0.90
save_entityset_itemFunction · 0.85

Calls 2

object_keyMethod · 0.80
deleteMethod · 0.45

Tested by

no test coverage detected