Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17897
function
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.js
File · 0.85
Calls
1
add
Method · 0.80
Tested by
no test coverage detected