Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
render
Method · 0.80
render
Method · 0.80
renderErrors
Method · 0.80
render
Method · 0.80
render
Method · 0.80
Calls
1
getString
Method · 0.95
Tested by
no test coverage detected