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

Function setTestStatus

public/js/adminPanel.js:1969–1974  ·  view source on GitHub ↗
(id, next)

Source from the content-addressed store, hash-verified

1967 };
1968
1969 const setTestStatus = (id, next) => {
1970 if (!id) return;
1971 const current = (state.testStatus && state.testStatus[id]) ? state.testStatus[id] : {};
1972 state.testStatus[id] = { ...current, ...next };
1973 renderList();
1974 };
1975
1976 const pruneTestStatus = () => {
1977 if (!state.testStatus) return;

Callers 2

runSourceTestFunction · 0.85
initSourcesSectionFunction · 0.85

Calls 1

renderListFunction · 0.70

Tested by

no test coverage detected