MCPcopy 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

1import { buildPagedList, getOffset, isNonInitialPage } from "./utils";
2
3describe(buildPagedList.name, () => {
4 it("has no placeholder entries when there are seven or fewer pages", () => {

Callers

nothing calls this directly

Calls 5

buildPagedListFunction · 0.90
getOffsetFunction · 0.90
isNonInitialPageFunction · 0.90
pushMethod · 0.80
StringFunction · 0.50

Tested by

no test coverage detected