MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / getFooterHeight

Function getFooterHeight

src/handlers/quickTools.js:626–628  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

624}
625
626function getFooterHeight() {
627 return Number.parseInt(root.getAttribute("footer-height")) || 0;
628}
629
630function focusEditor() {
631 const { editor, activeFile } = editorManager;

Callers 2

quickTools.jsFile · 0.85
toggleSearchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected