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

Method setMaxSize

src/core.js:200–202  ·  view source on GitHub ↗
({ width, height })

Source from the content-addressed store, hash-verified

198 }
199
200 setMaxSize({ width, height }) {
201 Deno.core.opSync("op_window_set_max_inner_size", [this.#rid, width, height]);
202 }
203
204 setMaximized(value) {
205 Deno.core.opSync("op_window_set_maximized", [this.#rid, value]);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected