MCPcopy Create free account
hub / github.com/error311/FileRise / getPaneFileListPaging

Function getPaneFileListPaging

public/js/fileListView.js:1933–1937  ·  view source on GitHub ↗
(pane)

Source from the content-addressed store, hash-verified

1931}
1932
1933function getPaneFileListPaging(pane) {
1934 const state = getPaneState(pane);
1935 const paging = state && state.fileListPaging ? state.fileListPaging : null;
1936 return (paging && paging.enabled) ? paging : null;
1937}
1938
1939function setPaneFileListPaging(pane, paging) {
1940 const normalized = normalizePaneKey(pane);

Callers 4

renderFileTableFunction · 0.85
renderGalleryViewFunction · 0.85
sortFilesFunction · 0.85
fileListView.jsFile · 0.85

Calls 1

getPaneStateFunction · 0.85

Tested by

no test coverage detected