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

Method has

ui/src/app/Query.js:90–92  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

88 }
89
90 has(name) {
91 return this.getList(name).length !== 0;
92 }
93
94 hasFilter(name) {
95 return this.has(`filter:${name}`);

Callers 15

getIntMethod · 0.95
getBoolMethod · 0.95
hasFilterMethod · 0.95
getSortMethod · 0.95
hasSortMethod · 0.95
to_proxyMethod · 0.80
test_profile_viewMethod · 0.80
selectObjectFunction · 0.80
hasVertexMethod · 0.80
getSelectedVerticesMethod · 0.80
getSelectedEdgesMethod · 0.80
isGroupingSelectedMethod · 0.80

Calls 1

getListMethod · 0.95

Tested by 1

test_profile_viewMethod · 0.64