MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / hide

Function hide

Support/SingleFileLibs/javascript/app.js:504–504  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

502 if (exampleModalOpen && exampleModal) {
503 const show = () => { exampleModal.classList.add('is-open'); };
504 const hide = () => { exampleModal.classList.remove('is-open'); };
505 exampleModalOpen.addEventListener('click', (e) => {
506 e.preventDefault();
507 show();

Callers 1

app.jsFile · 0.85

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected