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

Function show

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

Source from the content-addressed store, hash-verified

501 // Example modal handlers
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();

Callers 1

app.jsFile · 0.85

Calls 1

addMethod · 0.45

Tested by

no test coverage detected