Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
def
refresh_entityset(entityset_id):
18
cache.kv.delete(cache.object_key(EntitySet, entityset_id))
19
20
21
def
create_entityset(collection, data, authz):
Callers
3
update
Function · 0.90
delete
Function · 0.90
save_entityset_item
Function · 0.85
Calls
2
object_key
Method · 0.80
delete
Method · 0.45
Tested by
no test coverage detected