MCPcopy Create free account
hub / github.com/error311/FileRise / reset

Function reset

public/js/zoom.js:57–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55 return applyZoomPercent(next);
56 },
57 reset() {
58 return applyZoomPercent(100);
59 },
60 setPercent(p) {
61 return applyZoomPercent(p);
62 },

Callers 3

downloadFileMethod · 0.85
videoThumbnailMethod · 0.85

Calls 1

applyZoomPercentFunction · 0.85

Tested by

no test coverage detected