MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / applyClass

Function applyClass

web/scripts/ragnar_modern.js:17899–17899  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17897function exportComplianceReport() {
17898 const a = document.createElement('a');
17899 a.href = '/api/compliance/export';
17900 a.download = '';
17901 document.body.appendChild(a);
17902 a.click();

Callers 1

ragnar_modern.jsFile · 0.85

Calls 1

addMethod · 0.80

Tested by

no test coverage detected