MCPcopy Create free account
hub / github.com/DjDeveloperr/deno_desktop / setMaximized

Method setMaximized

src/core.js:204–206  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

202 }
203
204 setMaximized(value) {
205 Deno.core.opSync("op_window_set_maximized", [this.#rid, value]);
206 }
207
208 setMinSize({ width, height }) {
209 Deno.core.opSync("op_window_set_min_inner_size", [this.#rid, width, height]);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected