Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alephdata/aleph
/ limit
Method
limit
ui/src/app/Query.js:186–188 ·
view source on GitHub ↗
(count)
Source
from the content-addressed store, hash-verified
184
}
185
186
limit(count) {
187
return
this.set(
'limit'
, `${count}`);
188
}
189
190
offset(count) {
191
return
this.set(
'offset'
, `${count}`);
Callers
14
__init__
Method · 0.80
alertsQuery
Function · 0.80
entitySetSchemaCountsQuery
Function · 0.80
entitySetEntitiesQuery
Function · 0.80
entitySetItemsQuery
Function · 0.80
entityExpandQuery
Function · 0.80
profileExpandQuery
Function · 0.80
mapStateToProps
Function · 0.80
mapStateToProps
Function · 0.80
mapStateToProps
Function · 0.80
goToEntitySearch
Method · 0.80
mapStateToProps
Function · 0.80
Calls
1
set
Method · 0.95
Tested by
no test coverage detected