MCPcopy Create free account
hub / github.com/NsLearning/LangHelper / zoomIn

Function zoomIn

ChatGPT/src-tauri/src/scripts/core.js:166–168  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

164 }
165 }
166 function zoomIn() {
167 zoom((htmlZoom) => `${Math.min(parseInt(htmlZoom) + 10, 200)}%`);
168 }
169 function zoomOut() {
170 zoom((htmlZoom) => `${Math.max(parseInt(htmlZoom) - 10, 30)}%`);
171 }

Callers

nothing calls this directly

Calls 1

zoomFunction · 0.85

Tested by

no test coverage detected