MCPcopy Index your code
hub / github.com/Linen-dev/linen.dev / isPaginationView

Function isPaginationView

apps/web/ui/ChannelView/TopicView/index.tsx:394–396  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

392 };
393
394 function isPaginationView() {
395 return pathCursor && Number(pathCursor) > 0;
396 }
397
398 return (
399 <>

Callers 1

ChannelFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected