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

Function limit

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

Source from the content-addressed store, hash-verified

3877 return isFalse(resolvedPaginator) ? null : createComponent2(PaginatorComponent, {
3878 offset: currentOffset,
3879 get limit() {
3880 return getValue2(limit);
3881 },
3882 get total() {
3883 return getValue2(total);
3884 },

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…