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

Method hasQuery

ui/src/app/Query.js:98–106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

96 }
97
98 hasQuery() {
99 if (this.getString('q').length > 0) {
100 return true;
101 }
102 if (this.getString('prefix').length > 0) {
103 return true;
104 }
105 return false;
106 }
107
108 fields() {
109 // List all the fields set for this query

Callers 5

renderMethod · 0.80
renderMethod · 0.80
renderErrorsMethod · 0.80
renderMethod · 0.80
renderMethod · 0.80

Calls 1

getStringMethod · 0.95

Tested by

no test coverage detected