Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alephdata/aleph
/ offset
Method
offset
ui/src/app/Query.js:190–192 ·
view source on GitHub ↗
(count)
Source
from the content-addressed store, hash-verified
188
}
189
190
offset(count) {
191
return
this.set(
'offset'
, `${count}`);
192
}
193
194
addFacet(facet) {
195
const
field = facet.isProperty ? `properties.${facet.name}` : facet.name;
Callers
2
__init__
Method · 0.80
mapStateToProps
Function · 0.80
Calls
1
set
Method · 0.95
Tested by
no test coverage detected