Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ utils.test.ts
File
utils.test.ts
site/src/components/PaginationWidget/utils.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ buildPagedList, getOffset, isNonInitialPage } from
"./utils"
;
2
3
describe(buildPagedList.name, () => {
4
it(
"has no placeholder entries when there are seven or fewer pages"
, () => {
Callers
nothing calls this directly
Calls
5
buildPagedList
Function · 0.90
getOffset
Function · 0.90
isNonInitialPage
Function · 0.90
push
Method · 0.80
String
Function · 0.50
Tested by
no test coverage detected