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

Function get

public/js/adminPanel.js:6168–6171  ·  view source on GitHub ↗
(k)

Source from the content-addressed store, hash-verified

6166
6167 const getFlagsFromRow = () => {
6168 const get = (k) => {
6169 const el = row.querySelector(`input[data-flag="${k}"]`);
6170 return !!(el && el.checked);
6171 };
6172 return {
6173 username,
6174 readOnly: get("readOnly"),

Callers 2

getFlagsFromRowFunction · 0.70
saveUserFlagsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected