Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alephdata/aleph
/ clear
Method
clear
ui/src/app/Query.js:86–88 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
84
}
85
86
clear(name) {
87
return
this.set(name, []);
88
}
89
90
has(name) {
91
return
this.getList(name).length !== 0;
Callers
8
clearFilter
Method · 0.95
sortBy
Method · 0.95
toKey
Method · 0.95
oauth_callback
Function · 0.80
Timeline.test.tsx
File · 0.80
TimelineItemCreateForm.test.tsx
File · 0.80
toggleSort
Method · 0.80
mapStateToProps
Function · 0.80
Calls
1
set
Method · 0.95
Tested by
no test coverage detected