MCPcopy Create free account
hub / github.com/tinyplex/tinybase / limit

Function limit

docs/pseudo.esm.sh/tinybase@9.0.0/ui-solid-dom/index.js:1321–1323  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1319 return isFalse(resolvedPaginator) ? null : createComponent2(PaginatorComponent, {
1320 offset: currentOffset,
1321 get limit() {
1322 return getValue2(limit);
1323 },
1324 get total() {
1325 return getValue2(total);
1326 },

Callers

nothing calls this directly

Calls 1

getValue2Function · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…