MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev / loadMoreNext

Function loadMoreNext

apps/web/ui/ChannelView/ForumView/index.tsx:241–243  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

239 }
240
241 async function loadMoreNext() {
242 return loadMore(true);
243 }
244
245 const debouncedGetReadStatus = useCallback(debounce(api.getReadStatus), []);
246

Callers

nothing calls this directly

Calls 1

loadMoreFunction · 0.70

Tested by

no test coverage detected