Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alephdata/aleph
/ remove
Method
remove
ui/src/app/Query.js:81–84 ·
view source on GitHub ↗
(name, value)
Source
from the content-addressed store, hash-verified
79
}
80
81
remove(name, value) {
82
const
values = this.getList(name);
83
return
this.set(name, _.without(values, value));
84
}
85
86
clear(name) {
87
return
this.set(name, []);
Callers
9
removeFilter
Method · 0.95
removeFacet
Method · 0.95
destroy_db
Function · 0.80
periodic
Method · 0.80
remove_role
Method · 0.80
to_dict
Method · 0.80
to_text
Method · 0.80
index
Function · 0.80
expand.py
File · 0.80
Calls
2
getList
Method · 0.95
set
Method · 0.95
Tested by
no test coverage detected