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

Function zoom0

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

Source from the content-addressed store, hash-verified

170 zoom((htmlZoom) => `${Math.max(parseInt(htmlZoom) - 10, 30)}%`);
171 }
172 function zoom0() {
173 zoom(() => `100%`);
174 }
175 zoomDefault();
176 window.__zoomIn = zoomIn;
177 window.__zoomOut = zoomOut;

Callers

nothing calls this directly

Calls 1

zoomFunction · 0.85

Tested by

no test coverage detected