Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alephdata/aleph
/ hasFacet
Method
hasFacet
ui/src/app/Query.js:226–228 ·
view source on GitHub ↗
(field)
Source
from the content-addressed store, hash-verified
224
}
225
226
hasFacet(field) {
227
return
this.getList(
'facet'
).indexOf(field) !== -1;
228
}
229
230
defaultFacet(field, total = false) {
231
if
(!this.hasFacet(field)) {
Callers
2
defaultFacet
Method · 0.95
mapStateToProps
Function · 0.80
Calls
1
getList
Method · 0.95
Tested by
no test coverage detected