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

Function getActiveFileListRoot

public/js/fileActions.js:17–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15import { runTransferJob } from './transferJobs.js?v={{APP_QVER}}';
16
17function getActiveFileListRoot() {
18 return document.getElementById("fileList") || document;
19}
20
21function getActiveSelectedFileCheckboxes() {
22 const root = getActiveFileListRoot();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected